summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_install_ui.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-22 22:50:57 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-22 22:50:57 +0000
commita0b4d97b94020a7f41008cfc06e2724799c281e8 (patch)
tree681bd5021d7cf017c8ac66b3b4f400ba73370133 /chrome/browser/extensions/extension_install_ui.h
parent9c95cbe021637350c22696997c83cd60e9fce830 (diff)
downloadchromium_src-a0b4d97b94020a7f41008cfc06e2724799c281e8.zip
chromium_src-a0b4d97b94020a7f41008cfc06e2724799c281e8.tar.gz
chromium_src-a0b4d97b94020a7f41008cfc06e2724799c281e8.tar.bz2
extensions: Introduce ShowExtensionInstallDialog2 function.
This is to start cleanning up the ExtensionInstallUI class. BUG=66730 TEST=None R=aa@chromium.org Review URL: http://codereview.chromium.org/6680020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79060 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_install_ui.h')
-rw-r--r--chrome/browser/extensions/extension_install_ui.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/extensions/extension_install_ui.h b/chrome/browser/extensions/extension_install_ui.h
index bada942..0b4b968 100644
--- a/chrome/browser/extensions/extension_install_ui.h
+++ b/chrome/browser/extensions/extension_install_ui.h
@@ -112,13 +112,6 @@ class ExtensionInstallUI : public ImageLoadingTracker::Observer {
TabContents* tab_contents, const Extension* new_theme,
const std::string& previous_theme_id, bool previous_use_system_theme);
- // Implements the showing of the new install dialog. The implementations of
- // this function are platform-specific.
- static void ShowExtensionInstallUIPrompt2Impl(
- Profile* profile, Delegate* delegate, const Extension* extension,
- SkBitmap* icon, const std::vector<string16>& permissions,
- PromptType type);
-
Profile* profile_;
MessageLoop* ui_loop_;