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

Unified Diff: chrome/browser/ui/views/frame/browser_frame_gtk.h

Issue 7129022: Move last of event handlers down to NativeWidgetWin/Gtk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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 | « no previous file | views/widget/native_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_frame_gtk.h
===================================================================
--- chrome/browser/ui/views/frame/browser_frame_gtk.h (revision 88529)
+++ chrome/browser/ui/views/frame/browser_frame_gtk.h (working copy)
@@ -31,9 +31,9 @@
// Overridden from views::NativeWindowGtk:
virtual gboolean OnWindowStateEvent(GtkWidget* widget,
- GdkEventWindowState* event);
+ GdkEventWindowState* event) OVERRIDE;
virtual gboolean OnConfigureEvent(GtkWidget* widget,
- GdkEventConfigure* event);
+ GdkEventConfigure* event) OVERRIDE;
private:
NativeBrowserFrameDelegate* delegate_;
« no previous file with comments | « no previous file | views/widget/native_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698