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

Unified Diff: chrome/browser/views/extensions/extension_view.h

Issue 164092: Correctly handle extensions width in the GTK extension shelf. (Closed)
Patch Set: Created 11 years, 4 months 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 | « chrome/browser/gtk/extension_view_gtk.cc ('k') | chrome/browser/views/extensions/extension_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/extensions/extension_view.h
diff --git a/chrome/browser/views/extensions/extension_view.h b/chrome/browser/views/extensions/extension_view.h
index df3ca2df715b1b597774172c594983d26fcb5684..75f7a3fe22af3e2bc167ff062aadffb611d0a590 100644
--- a/chrome/browser/views/extensions/extension_view.h
+++ b/chrome/browser/views/extensions/extension_view.h
@@ -42,7 +42,7 @@ class ExtensionView : public views::NativeViewHost {
void set_is_toolstrip(bool is) { is_toolstrip_ = is; }
// Notification from ExtensionHost.
- void DidContentsPreferredWidthChange(const int pref_width);
+ void UpdatePreferredWidth(int pref_width);
void HandleMouseEvent();
void HandleMouseLeave();
« no previous file with comments | « chrome/browser/gtk/extension_view_gtk.cc ('k') | chrome/browser/views/extensions/extension_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698