| Index: chrome/browser/extensions/extension_install_ui.h
|
| diff --git a/chrome/browser/extensions/extension_install_ui.h b/chrome/browser/extensions/extension_install_ui.h
|
| index 238da542d96f17e870dc4e302aaca9f30f8c91cf..ae073639f9e9be60d44634883c9b947f58892747 100644
|
| --- a/chrome/browser/extensions/extension_install_ui.h
|
| +++ b/chrome/browser/extensions/extension_install_ui.h
|
| @@ -116,7 +116,7 @@ class ExtensionInstallUI : public ImageLoadingTracker::Observer {
|
| // NOTE: The implementations of this function is platform-specific.
|
| static void ShowExtensionInstallUIPromptImpl(
|
| Profile* profile, Delegate* delegate, Extension* extension,
|
| - SkBitmap* icon, const string16& warning, PromptType type);
|
| + SkBitmap* icon, PromptType type);
|
|
|
| // Implements the showing of the new install dialog. The implementations of
|
| // this function are platform-specific.
|
|
|