| Index: chrome/browser/extensions/tab_helper.h
|
| diff --git a/chrome/browser/extensions/tab_helper.h b/chrome/browser/extensions/tab_helper.h
|
| index cad235ee095fac477542369794527e8591245d05..05a26658ffcac2a6d0169be761622041665368cd 100644
|
| --- a/chrome/browser/extensions/tab_helper.h
|
| +++ b/chrome/browser/extensions/tab_helper.h
|
| @@ -51,9 +51,7 @@ class TabHelper : public content::WebContentsObserver,
|
| UPDATE_SHORTCUT // Update icon for app shortcut.
|
| };
|
|
|
| - explicit TabHelper(content::WebContents* web_contents);
|
| virtual ~TabHelper();
|
| - static int kUserDataKey;
|
|
|
| void CreateApplicationShortcuts();
|
| bool CanCreateApplicationShortcuts() const;
|
| @@ -115,6 +113,10 @@ class TabHelper : public content::WebContentsObserver,
|
| void SetAppIcon(const SkBitmap& app_icon);
|
|
|
| private:
|
| + explicit TabHelper(content::WebContents* web_contents);
|
| + static int kUserDataKey;
|
| + friend class WebContentsUserData<TabHelper>;
|
| +
|
| // content::WebContentsObserver overrides.
|
| virtual void RenderViewCreated(
|
| content::RenderViewHost* render_view_host) OVERRIDE;
|
|
|