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); |