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

Unified Diff: views/controls/menu/menu_config_gtk.cc

Issue 199050: Wires up drag and drop for bookmark menus and cleans up a couple of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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: views/controls/menu/menu_config_gtk.cc
===================================================================
--- views/controls/menu/menu_config_gtk.cc (revision 25647)
+++ views/controls/menu/menu_config_gtk.cc (working copy)
@@ -12,7 +12,6 @@
// static
MenuConfig* MenuConfig::Create() {
- // TODO: decide what we want this to look like.
MenuConfig* config = new MenuConfig();
ResourceBundle& rb = ResourceBundle::GetSharedInstance();
config->font = rb.GetFont(ResourceBundle::BaseFont);

Powered by Google App Engine
This is Rietveld 408576698