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

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: Julien's II 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
Index: chrome/browser/extensions/tab_helper.h
diff --git a/chrome/browser/extensions/tab_helper.h b/chrome/browser/extensions/tab_helper.h
index bb30c769cff1061eb4268c7a976df210e0dcba03..7c75ac9b0ee266ad20fa6b1e3c8cc9d5a3d6ef99 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
This is Rietveld 408576698