diff options
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r-- | chrome/browser/browser.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h index e43db31..cea9389 100644 --- a/chrome/browser/browser.h +++ b/chrome/browser/browser.h @@ -432,7 +432,8 @@ class Browser : public TabStripModelDelegate, // Used by the "Get themes" link in the options dialog. void OpenThemeGalleryTabAndActivate(); #if defined(OS_CHROMEOS) - void ShowControlPanel(); + void OpenSystemOptionsDialog(); + void OpenInternetOptionsDialog(); #endif virtual void UpdateDownloadShelfVisibility(bool visible); @@ -806,7 +807,7 @@ class Browser : public TabStripModelDelegate, // UI update coalescing and handling //////////////////////////////////////// - typedef std::map<const TabContents*,int> UpdateMap; + typedef std::map<const TabContents*, int> UpdateMap; // Maps from TabContents to pending UI updates that need to be processed. // We don't update things like the URL or tab title right away to avoid |