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

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

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 years, 2 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
Index: chrome/browser/gtk/menu_gtk.h
diff --git a/chrome/browser/gtk/menu_gtk.h b/chrome/browser/gtk/menu_gtk.h
index 8baf3002faf0843e8903f20d715a2a012249c3ec..32f1fd0244fce4544530c3795987e3f50bb1b418 100644
--- a/chrome/browser/gtk/menu_gtk.h
+++ b/chrome/browser/gtk/menu_gtk.h
@@ -36,7 +36,7 @@ class MenuGtk {
// Called when the menu stops showing. This will be called along with
// ExecuteCommand if the user clicks an item, but will also be called when
// the user clicks away from the menu.
- virtual void StoppedShowing() { };
+ virtual void StoppedShowing() { }
brettw 2009/10/14 02:08:51 Ditto
// Functions needed for creation of non-static menus.
virtual int GetItemCount() const { return 0; }

Powered by Google App Engine
This is Rietveld 408576698