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

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

Issue 175263003: Add chrome.webstore API methods to allow sites to see progress of installation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master Created 6 years, 9 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/install_observer.cc ('k') | chrome/browser/extensions/install_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/install_tracker.h
diff --git a/chrome/browser/extensions/install_tracker.h b/chrome/browser/extensions/install_tracker.h
index 3997370863a58452debc6d6e13569e9e8bfdcc8e..d3101d2d76d25011c3151c3676f2e6ed6471f0ee 100644
--- a/chrome/browser/extensions/install_tracker.h
+++ b/chrome/browser/extensions/install_tracker.h
@@ -30,8 +30,10 @@ class InstallTracker : public KeyedService,
void OnBeginExtensionInstall(
const InstallObserver::ExtensionInstallParams& params);
+ void OnBeginExtensionDownload(const std::string& extension_id);
void OnDownloadProgress(const std::string& extension_id,
int percent_downloaded);
+ void OnBeginCrxInstall(const std::string& extension_id);
void OnInstallFailure(const std::string& extension_id);
// Overriddes for KeyedService:
« no previous file with comments | « chrome/browser/extensions/install_observer.cc ('k') | chrome/browser/extensions/install_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698