Chromium Code Reviews

Unified Diff: chrome/browser/extensions/tab_helper.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: Fix test Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/extensions/tab_helper.h
diff --git a/chrome/browser/extensions/tab_helper.h b/chrome/browser/extensions/tab_helper.h
index f711bacfc213ea8d2edc8c1fb6e57f54607831fb..db39e81902fb6084d905fd1bc4129d14fc3e8fdb 100644
--- a/chrome/browser/extensions/tab_helper.h
+++ b/chrome/browser/extensions/tab_helper.h
@@ -207,7 +207,8 @@ class TabHelper : public content::WebContentsObserver,
void OnInlineWebstoreInstall(int install_id,
int return_route_id,
const std::string& webstore_item_id,
- const GURL& requestor_url);
+ const GURL& requestor_url,
+ int listeners_mask);
void OnGetAppInstallState(const GURL& requestor_url,
int return_route_id,
int callback_id);

Powered by Google App Engine