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

Unified Diff: chrome/browser/apps/ephemeral_app_launcher.h

Issue 389613006: Prevent duplicate concurrent installs of the same extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/apps/ephemeral_app_launcher.h
diff --git a/chrome/browser/apps/ephemeral_app_launcher.h b/chrome/browser/apps/ephemeral_app_launcher.h
index 8462f5da778ef0ddcc58fa0e90149d18f5e23a48..2d815161ecb2c2ebf9ed01bf5455f7f040c78e42 100644
--- a/chrome/browser/apps/ephemeral_app_launcher.h
+++ b/chrome/browser/apps/ephemeral_app_launcher.h
@@ -116,6 +116,8 @@ class EphemeralAppLauncher : public extensions::WebstoreStandaloneInstaller,
void OnInstallChecked(int check_failures);
// WebstoreStandaloneInstaller implementation.
+ virtual void InitInstallData(extensions::InstallTracker::InstallProgressData*
+ install_data) const OVERRIDE;
asargent_no_longer_on_chrome 2014/07/16 18:49:07 nit: formatting looks weird, maybe > 80 chars? Pls
tmdiep 2014/07/17 01:01:51 Yes, this was the work of `git cl format`, but has
virtual bool CheckRequestorAlive() const OVERRIDE;
virtual const GURL& GetRequestorURL() const OVERRIDE;
virtual bool ShouldShowPostInstallUI() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698