diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index baf048d..603ccf6 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -685,6 +685,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"; |