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

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: Address msw comments. 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
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..04d2960d1f1e3b16e21a2f37a22803797a3f438e 100644
--- a/chrome/browser/ui/browser_view_prefs.h
+++ b/chrome/browser/ui/browser_view_prefs.h
@@ -7,11 +7,19 @@
class PrefRegistrySimple;
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
namespace chrome {
// Register local state preferences specific to BrowserView.
void RegisterBrowserViewPrefs(PrefRegistrySimple* registry);
+// Register local state syncable preferences specific to BrowserView.
+void RegisterBrowserViewSyncablePrefs(
+ user_prefs::PrefRegistrySyncable* registry);
+
} // namespace chrome
#endif // CHROME_BROWSER_UI_BROWSER_VIEW_PREFS_H_

Powered by Google App Engine
This is Rietveld 408576698