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

Unified Diff: chrome/browser/ui/toolbar/wrench_menu_model.cc

Issue 7483003: Removed separator in bookmarks sub-menu if there are no bookmarks or folders to display (only fix... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 5 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/ui/toolbar/wrench_menu_model.cc
===================================================================
--- chrome/browser/ui/toolbar/wrench_menu_model.cc (revision 93383)
+++ chrome/browser/ui/toolbar/wrench_menu_model.cc (working copy)
@@ -200,9 +200,7 @@
#if !defined(OS_CHROMEOS)
AddItemWithStringId(IDC_IMPORT_SETTINGS, IDS_IMPORT_SETTINGS_TITLE);
#endif
-#if defined(OS_MACOSX) || defined(TOOLKIT_VIEWS)
- AddSeparator();
-#else
+#if !defined(OS_MACOSX) && !defined(TOOLKIT_VIEWS)
Roger Tawa OOO till Jul 10th 2011/07/21 20:41:48 I suggested the wrong thing to you earlier, sorry.
// TODO: add submenu for bookmarks themselves, restore separator.
#endif
}

Powered by Google App Engine
This is Rietveld 408576698