| Index: chrome/common/pref_names.cc
|
| ===================================================================
|
| --- chrome/common/pref_names.cc (revision 84869)
|
| +++ chrome/common/pref_names.cc (working copy)
|
| @@ -685,6 +685,9 @@
|
| // 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";
|
|
|
|
|