diff options
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 |