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