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

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

Issue 10452009: Improve the UI for disabling off-store extension install. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments, fixed tests Created 8 years, 7 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
« no previous file with comments | « chrome/browser/extensions/crx_installer.cc ('k') | chrome/browser/extensions/extension_install_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8316d69321972a40d83514b6078d00cb3d584c04..af4da9b482bfb0b546cc5e0cf90be022a613f023 100644
--- a/chrome/browser/extensions/extension_install_ui.h
+++ b/chrome/browser/extensions/extension_install_ui.h
@@ -31,7 +31,7 @@ class DictionaryValue;
namespace extensions {
class BundleInstaller;
class Extension;
-class ExtensionNoConfirmWebstorePrivateApiTest;
+class ExtensionWebstorePrivateApiTest;
} // namespace extensions
// Displays all the UI around extension installation.
@@ -226,7 +226,7 @@ class ExtensionInstallUI : public ImageLoadingTracker::Observer {
static void OpenAppInstalledUI(Browser* browser, const std::string& app_id);
protected:
- friend class extensions::ExtensionNoConfirmWebstorePrivateApiTest;
+ friend class extensions::ExtensionWebstorePrivateApiTest;
friend class WebstoreInlineInstallUnpackFailureTest;
// Disables showing UI (ErrorBox, etc.) for install failures. To be used only
« no previous file with comments | « chrome/browser/extensions/crx_installer.cc ('k') | chrome/browser/extensions/extension_install_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698