Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5541)

Unified Diff: chrome/browser/gtk/extension_view_gtk.h

Issue 505047: Limit the size of extension views on linux.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: // namespace Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/gtk/extension_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/gtk/extension_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698