| 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_;
|
|
|
|
|