| 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";
|
|
|
|
|