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

Unified Diff: chrome/browser/browser.h

Issue 3142020: Changed ChromeOS status bar menu handlers to obey --enable-tabbed-options swi... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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
« no previous file with comments | « chrome/browser/app_controller_mac.mm ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
===================================================================
--- chrome/browser/browser.h (revision 56688)
+++ chrome/browser/browser.h (working copy)
@@ -520,7 +520,7 @@
void ShowDownloadsTab();
void ShowExtensionsTab();
void ShowBrokenPageTab(TabContents* contents);
- void ShowOptionsTab();
+ void ShowOptionsTab(const char* sub_page);
void OpenClearBrowsingDataDialog();
void OpenOptionsDialog();
void OpenKeywordEditor();
@@ -537,9 +537,11 @@
void OpenThemeGalleryTabAndActivate();
void OpenAutoFillHelpTabAndActivate();
void OpenPrivacyDashboardTabAndActivate();
+ void OpenSearchEngineOptionsDialog();
#if defined(OS_CHROMEOS)
+ void OpenInternetOptionsDialog();
+ void OpenLanguageOptionsDialog();
void OpenSystemOptionsDialog();
- void OpenInternetOptionsDialog();
#endif
virtual void UpdateDownloadShelfVisibility(bool visible);
« no previous file with comments | « chrome/browser/app_controller_mac.mm ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698