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

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

Issue 291093005: Removes --enable-stacked-tab-strip flag (Stacked Tabs) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removes --enable-stacked-tab-strip flag (removed stale header) Created 6 years, 7 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/prefs/browser_prefs.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 de9f15ed88e11928d29ff75d7147ee23b0579e52..44b231c8d9680131e2484525240022ee072a0731 100644
--- a/chrome/browser/ui/browser_view_prefs.h
+++ b/chrome/browser/ui/browser_view_prefs.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_BROWSER_VIEW_PREFS_H_
class PrefRegistrySimple;
+class PrefService;
namespace user_prefs {
class PrefRegistrySyncable;
@@ -21,6 +22,10 @@ void RegisterBrowserViewLocalPrefs(PrefRegistrySimple* registry);
void RegisterBrowserViewProfilePrefs(
user_prefs::PrefRegistrySyncable* registry);
+// Converts deprecated int tabstrip layout type into a boolean value indicating
+// stacked layout preference.
+void MigrateBrowserTabStripPrefs(PrefService* pref);
+
} // namespace chrome
#endif // CHROME_BROWSER_UI_BROWSER_VIEW_PREFS_H_
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/ui/browser_view_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698