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

Unified Diff: chrome/browser/ui/gtk/tabs/tab_gtk.h

Issue 7657009: Revert 96674 - Gtk: Make click target of tabs match their appearance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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/ui/gtk/gtk_input_event_box.cc ('k') | chrome/browser/ui/gtk/tabs/tab_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/tabs/tab_gtk.h
===================================================================
--- chrome/browser/ui/gtk/tabs/tab_gtk.h (revision 96939)
+++ chrome/browser/ui/gtk/tabs/tab_gtk.h (working copy)
@@ -113,9 +113,6 @@
void set_dragging(bool dragging) { dragging_ = dragging; }
bool dragging() const { return dragging_; }
- // Raise to top of Z-order.
- void Raise() const;
-
// TabRendererGtk overrides:
virtual bool IsActive() const;
virtual bool IsSelected() const;
« no previous file with comments | « chrome/browser/ui/gtk/gtk_input_event_box.cc ('k') | chrome/browser/ui/gtk/tabs/tab_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698