diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index aaf54cc..1cc0f1c 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -201,6 +201,11 @@ const wchar_t kIpcDisabledMessages[] = L"ipc_log_disabled_messages"; // visible on the toolbar. const wchar_t kShowHomeButton[] = L"browser.show_home_button"; +// A boolean pref set to true if the Page and Options menu buttons should be +// visible on the toolbar. This is only used for Mac where the default is to +// have these menu in the main menubar, not as buttons on the toolbar. +const wchar_t kShowPageOptionsButtons[] = L"browser.show_page_options_buttons"; + // A string value which saves short list of recently user selected encodings // separated with comma punctuation mark. const wchar_t kRecentlySelectedEncoding[] = |