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

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

Issue 298133007: Fixed leaks of WebstoreStandaloneInstallers in some code paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@install_base
Patch Set: Fix inline installer test Created 6 years, 6 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 | « no previous file | chrome/browser/extensions/webstore_standalone_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/webstore_standalone_installer.h
diff --git a/chrome/browser/extensions/webstore_standalone_installer.h b/chrome/browser/extensions/webstore_standalone_installer.h
index 8afce5800aedd2b797a37bed3f3302067caa99e9..1013fa7eda96a8cb4ecb7973cf6bb36c04d9fbbd 100644
--- a/chrome/browser/extensions/webstore_standalone_installer.h
+++ b/chrome/browser/extensions/webstore_standalone_installer.h
@@ -186,6 +186,7 @@ class WebstoreStandaloneInstaller
WebstoreInstaller::FailureReason reason) OVERRIDE;
void ShowInstallUI();
+ void OnWebStoreDataFetcherDone();
// Input configuration.
std::string id_;
« no previous file with comments | « no previous file | chrome/browser/extensions/webstore_standalone_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698