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

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

Issue 1521039: Allow extension overinstall (Closed)
Patch Set: blargh Created 10 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
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 e99a7acd620174ed9ae6a2a7ddd1a80388e0cbdb..6ebcd4cbfadc77c38beb6025defa9b70cbd5b8e0 100644
--- a/chrome/browser/extensions/extension_install_ui.h
+++ b/chrome/browser/extensions/extension_install_ui.h
@@ -73,10 +73,6 @@ class ExtensionInstallUI : public ImageLoadingTracker::Observer {
// Installation failed. This is declared virtual for testing.
virtual void OnInstallFailure(const std::string& error);
- // The install was rejected because the same extension/version is already
- // installed. This is declared virtual for testing.
- virtual void OnOverinstallAttempted(Extension* extension);
-
// ImageLoadingTracker::Observer overrides.
virtual void OnImageLoaded(
SkBitmap* image, ExtensionResource resource, int index);
« no previous file with comments | « chrome/browser/extensions/extension_browsertest.cc ('k') | chrome/browser/extensions/extension_install_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698