Index: apps/prefs.h |
diff --git a/apps/prefs.h b/apps/prefs.h |
index fcccfec2502b6278fc22ad0516d45149d15e8498..0d1336c4221e00b94566cf98dab98fc41cb4d682 100644 |
--- a/apps/prefs.h |
+++ b/apps/prefs.h |
@@ -16,6 +16,9 @@ namespace apps { |
// Register per-profile preferences for the apps system. |
void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); |
+// Register local preferences for the apps system. |
+void RegisterPrefs(PrefRegistrySimple* registry); |
+ |
} // namespace apps |
#endif // APPS_PREFS_H_ |