| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 926cd65ed12be2a6f7ed8db7bd7fad1b13c11cef..a05a88adc39e161ffd0955cb8d67bb1e1c9daecc 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -243,9 +243,6 @@ class BrowserWindow {
|
| // Shows the collected cookies dialog box.
|
| virtual void ShowCollectedCookiesDialog(TabContentsWrapper* tab_contents) = 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
|
|
|