aboutsummaryrefslogtreecommitdiffstats
path: root/gm/system_preferences_default.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/system_preferences_default.cpp')
-rw-r--r--gm/system_preferences_default.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/gm/system_preferences_default.cpp b/gm/system_preferences_default.cpp
new file mode 100644
index 0000000..1fc4e6c
--- /dev/null
+++ b/gm/system_preferences_default.cpp
@@ -0,0 +1,10 @@
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+// This is a default implementation of setSystemPreferences() that does nothing.
+void setSystemPreferences() {
+}