| Index: chrome/browser/gtk/extension_view_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/extension_view_gtk.h (revision 34902)
|
| +++ chrome/browser/gtk/extension_view_gtk.h (working copy)
|
| @@ -25,9 +25,6 @@
|
| gfx::NativeView native_view();
|
| Browser* browser() const { return browser_; }
|
|
|
| - bool is_toolstrip() const { return is_toolstrip_; }
|
| - void set_is_toolstrip(bool is_toolstrip) { is_toolstrip_ = is_toolstrip; }
|
| -
|
| void SetBackground(const SkBitmap& background);
|
|
|
| // Method for the ExtensionHost to notify us about the correct size for
|
| @@ -43,9 +40,6 @@
|
| private:
|
| void CreateWidgetHostView();
|
|
|
| - // True if the contents are being displayed inside the extension shelf.
|
| - bool is_toolstrip_;
|
| -
|
| Browser* browser_;
|
|
|
| ExtensionHost* extension_host_;
|
|
|