• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
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.
12 void setSystemPreferences();
13