Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: apps/prefs.h

Issue 220373003: Prevent Chrome from quitting when apps are open. (Mac) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698