| Index: chrome/browser/extensions/extension_install_dialog.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_install_dialog.h (revision 110267)
|
| +++ chrome/browser/extensions/extension_install_dialog.h (working copy)
|
| @@ -20,19 +20,13 @@
|
| class DictionaryValue;
|
| }
|
|
|
| +// The implementations of this function are platform-specific.
|
| 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
|
| // a given manifest (that corresponds to an extension about to be installed with
|
| // ID |id|). If the name or description in the manifest is a localized
|
| @@ -55,9 +49,9 @@
|
| scoped_refptr<Extension>* dummy_extension);
|
|
|
| // For use only in tests - sets a flag that makes invocations of
|
| -// ShowExtensionInstallDialog* skip putting up a real dialog, and
|
| +// ShowExtensionInstallDialogForManifest skip putting up a real dialog, and
|
| // instead act as if the dialog choice was to proceed or abort.
|
| -void SetExtensionInstallDialogAutoConfirmForTests(
|
| +void SetExtensionInstallDialogForManifestAutoConfirmForTests(
|
| bool should_proceed);
|
|
|
| #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_INSTALL_DIALOG_H_
|
|
|