| Index: chrome/browser/extensions/tab_helper.h
|
| diff --git a/chrome/browser/extensions/tab_helper.h b/chrome/browser/extensions/tab_helper.h
|
| index 42603dea92f8fbee4138e3bcea7049d5c59cc0e3..dcfa66bc64a85791f79d77042623004a0b3609e5 100644
|
| --- a/chrome/browser/extensions/tab_helper.h
|
| +++ b/chrome/browser/extensions/tab_helper.h
|
| @@ -191,7 +191,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);
|
|
|