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