| Index: chrome/browser/extensions/tab_helper.h
|
| diff --git a/chrome/browser/extensions/tab_helper.h b/chrome/browser/extensions/tab_helper.h
|
| index 48c7fb9cf0749291aac7b543c347878f279e9c74..e9009ccf01b2400f541c342873456f4358bab876 100644
|
| --- a/chrome/browser/extensions/tab_helper.h
|
| +++ b/chrome/browser/extensions/tab_helper.h
|
| @@ -160,7 +160,7 @@ class TabHelper : public content::WebContentsObserver,
|
| virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
|
|
|
| // Message handlers.
|
| - void OnDidGetApplicationInfo(const WebApplicationInfo& info);
|
| + void OnDidGetWebApplicationInfo(const WebApplicationInfo& info);
|
| void OnInlineWebstoreInstall(int install_id,
|
| int return_route_id,
|
| const std::string& webstore_item_id,
|
|
|