Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: chrome/browser/ui/browser_window.h

Issue 8404007: Delete code for and references to mini-gallery and theme install bubbles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698