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

Unified Diff: chrome/common/pref_names.cc

Issue 6913026: Compact Navigation prototype (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 8 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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 28a432dc2917803cc0a4b27a7f60efc90da8851a..ea2d042808de426b6fcf7b924913948d726de1b4 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -673,6 +673,9 @@ const char kEditBookmarksEnabled[] = "bookmarks.editing_enabled";
// side of the browser window.
const char kUseVerticalTabs[] = "tabs.use_vertical_tabs";
+// Boolean that is true when the compact navigation bar is to be used.
+const char kUseCompactNavigationBar[] = "tabs.use_compact_navigation_bar";
+
// Boolean that is true when the translate feature is enabled.
const char kEnableTranslate[] = "translate.enabled";

Powered by Google App Engine
This is Rietveld 408576698