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

Unified Diff: chrome/browser/ui/browser_view_prefs.h

Issue 146363002: Linux Aura: Use system title bar is now set by preference, not flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename BrowserView pref registration functions. Created 6 years, 10 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
« no previous file with comments | « chrome/browser/ui/browser_command_controller.cc ('k') | chrome/browser/ui/browser_view_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_view_prefs.h
diff --git a/chrome/browser/ui/browser_view_prefs.h b/chrome/browser/ui/browser_view_prefs.h
index 24cf1ab93c15eca8fbd3e37796c968aa09bb86ce..de9f15ed88e11928d29ff75d7147ee23b0579e52 100644
--- a/chrome/browser/ui/browser_view_prefs.h
+++ b/chrome/browser/ui/browser_view_prefs.h
@@ -7,10 +7,19 @@
class PrefRegistrySimple;
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
namespace chrome {
// Register local state preferences specific to BrowserView.
-void RegisterBrowserViewPrefs(PrefRegistrySimple* registry);
+void RegisterBrowserViewLocalPrefs(PrefRegistrySimple* registry);
+
+// Register profile-specific preferences specific to BrowserView. These
+// preferences may be synced, depending on the pref's |sync_status| parameter.
+void RegisterBrowserViewProfilePrefs(
+ user_prefs::PrefRegistrySyncable* registry);
} // namespace chrome
« no previous file with comments | « chrome/browser/ui/browser_command_controller.cc ('k') | chrome/browser/ui/browser_view_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698