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

Unified Diff: chrome/browser/extensions/extension_install_ui_default.h

Issue 11644059: Change infobar creation to use a public static Create() method on the infobar delegate classes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/extensions/extension_install_ui_default.h
===================================================================
--- chrome/browser/extensions/extension_install_ui_default.h (revision 175396)
+++ chrome/browser/extensions/extension_install_ui_default.h (working copy)
@@ -28,21 +28,6 @@
virtual void SetUseAppInstalledBubble(bool use_bubble) OVERRIDE;
private:
- // Shows an infobar for a newly-installed theme. previous_theme_id should be
- // empty if the previous theme was the system/default theme.
- static void ShowThemeInfoBar(const std::string& previous_theme_id,
- bool previous_using_native_theme,
- const extensions::Extension* new_theme,
- Profile* profile);
-
- // Returns the delegate to control the browser's info bar. This is
- // within its own function due to its platform-specific nature.
- static InfoBarDelegate* GetNewThemeInstalledInfoBarDelegate(
- content::WebContents* web_contents,
- const extensions::Extension* new_theme,
- const std::string& previous_theme_id,
- bool previous_using_native_theme);
-
// Whether or not to show the default UI after completing the installation.
bool skip_post_install_ui_;
« no previous file with comments | « chrome/browser/extensions/extension_infobar_delegate.cc ('k') | chrome/browser/extensions/extension_install_ui_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698