diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 15:55:33 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 15:55:33 +0000 |
commit | a99f5b8a912687a14a2cf0a5aede7ffc2eef8c8a (patch) | |
tree | fcb25e0363ba46c02e8ee1a2aa474b269c67f823 /chrome/browser/browser_window.h | |
parent | 9973ceb80aa79dc730b9f39e9666a7ad28130d39 (diff) | |
download | chromium_src-a99f5b8a912687a14a2cf0a5aede7ffc2eef8c8a.zip chromium_src-a99f5b8a912687a14a2cf0a5aede7ffc2eef8c8a.tar.gz chromium_src-a99f5b8a912687a14a2cf0a5aede7ffc2eef8c8a.tar.bz2 |
Show "Loading" bubble while loading a theme.
BUG=http://crbug.com/22219
TEST=load a theme, see "Loading..."
Review URL: http://codereview.chromium.org/267031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29121 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r-- | chrome/browser/browser_window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h index 4e47efb..a83fbbd 100644 --- a/chrome/browser/browser_window.h +++ b/chrome/browser/browser_window.h @@ -208,6 +208,9 @@ class BrowserWindow { // Shows a dialog to the user that the history is too new. virtual void ShowHistoryTooNewDialog() = 0; + // Show the bubble that indicates to the user that a theme is being installed. + virtual void ShowThemeInstallBubble() = 0; + // Shows the confirmation dialog box warning that the browser is closing with // in-progress downloads. // This method should call Browser::InProgressDownloadResponse once the user |