| Index: chrome/browser/extensions/extension_install_dialog.h
|
| diff --git a/chrome/browser/extensions/extension_install_dialog.h b/chrome/browser/extensions/extension_install_dialog.h
|
| index e4575c9cd98ddbf1bc71d2289f481ecdce9bef19..0728042f0c9a43acf538fe052434b35f4c589ca0 100644
|
| --- a/chrome/browser/extensions/extension_install_dialog.h
|
| +++ b/chrome/browser/extensions/extension_install_dialog.h
|
| @@ -22,15 +22,11 @@ class DictionaryValue;
|
|
|
| void ShowExtensionInstallDialog(Profile* profile,
|
| ExtensionInstallUI::Delegate* delegate,
|
| - const Extension* extension,
|
| - SkBitmap* icon,
|
| const ExtensionInstallUI::Prompt& prompt);
|
|
|
| // The implementations of this function are platform-specific.
|
| void ShowExtensionInstallDialogImpl(Profile* profile,
|
| ExtensionInstallUI::Delegate* delegate,
|
| - const Extension* extension,
|
| - SkBitmap* icon,
|
| const ExtensionInstallUI::Prompt& prompt);
|
|
|
| // Wrapper around ShowExtensionInstallDialog that shows the install dialog for
|
|
|