| Index: chrome/browser/extensions/tab_helper.h
|
| diff --git a/chrome/browser/extensions/tab_helper.h b/chrome/browser/extensions/tab_helper.h
|
| index 0c828979ea9da567856992d68c86e7d989afe299..4e75d6a01d3dd07db03c2aa8a3c669d6f3731276 100644
|
| --- a/chrome/browser/extensions/tab_helper.h
|
| +++ b/chrome/browser/extensions/tab_helper.h
|
| @@ -97,10 +97,6 @@ class TabHelper : public content::WebContentsObserver,
|
| // extension_misc::EXTENSION_ICON_SMALLISH).
|
| SkBitmap* GetExtensionAppIcon();
|
|
|
| - content::WebContents* web_contents() const {
|
| - return content::WebContentsObserver::web_contents();
|
| - }
|
| -
|
| ScriptExecutor* script_executor() {
|
| return script_executor_.get();
|
| }
|
|
|