blob: 0fcf489c374549b68deed80f757686f1006328d3 [file] [log] [blame]
epoger@google.com7bc13a62012-02-14 14:53:59 +00001/*
2 * Copyright 2012 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8// Set up system preferences with a known state.
9// This is implemented on a per-platform basis.
10// TODO(epoger): move this out of gm/ into a more common directory, so
11// that it can be used more broadly.
12void setSystemPreferences();