Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1767)

Unified Diff: chrome/browser/extensions/extension_install_dialog.h

Issue 6721013: extensions: Refactor ExtensionInstallUI class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add SetIcon and call it Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « chrome/browser/extensions/extension_generic_dialog.cc ('k') | chrome/browser/extensions/extension_install_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698