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

Unified Diff: chrome/browser/ui/app_list/search/webstore/webstore_result.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/ui/app_list/search/webstore/webstore_result.h
diff --git a/chrome/browser/ui/app_list/search/webstore/webstore_result.h b/chrome/browser/ui/app_list/search/webstore/webstore_result.h
index 7be3d87000cf0f3d847dc92de53691ee838a3876..efbefdf3752c49e8a839ab368d0f9bf89651b545 100644
--- a/chrome/browser/ui/app_list/search/webstore/webstore_result.h
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_result.h
@@ -43,6 +43,7 @@ class WebstoreResult : public ChromeSearchResult,
virtual ChromeSearchResultType GetType() OVERRIDE;
private:
+ void SetInitialState();
void UpdateActions();
void SetDefaultDetails();
void OnIconLoaded();

Powered by Google App Engine
This is Rietveld 408576698