Chromium Code Reviews| 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 3ac7df16760f7363904b75b7c2cc01daa8eadbc8..90a94a13ab1a4a4720c94c0e623ad7e325dee4e5 100644 |
| --- a/chrome/browser/extensions/extension_install_dialog.h |
| +++ b/chrome/browser/extensions/extension_install_dialog.h |
| @@ -13,7 +13,7 @@ class Profile; |
| class SkBitmap; |
| // The implementations of this function are platform-specific. |
| -void ShowExtensionInstallDialog(Profile* profile, |
| +void ShowGenericExtensionDialog(Profile* profile, |
|
Aaron Boodman
2011/03/23 01:04:28
This file can probably go away. The function can j
|
| ExtensionInstallUI::Delegate* delegate, |
| const Extension* extension, |
| SkBitmap* icon, |