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

Unified Diff: chrome/browser/ui/views/wrench_menu.cc

Issue 8776025: Makes views show the 'mobile' bookmark folder where appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/views/bookmarks/bookmark_menu_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/wrench_menu.cc
diff --git a/chrome/browser/ui/views/wrench_menu.cc b/chrome/browser/ui/views/wrench_menu.cc
index 70eebf130b17d4a788a7f0d08239f945e4044ce3..bcf8a7a5f34f23cb97244f495ba5e329339f2354 100644
--- a/chrome/browser/ui/views/wrench_menu.cc
+++ b/chrome/browser/ui/views/wrench_menu.cc
@@ -894,6 +894,6 @@ void WrenchMenu::CreateBookmarkMenu() {
first_bookmark_command_id_));
bookmark_menu_delegate_->Init(
this, bookmark_menu_, model->bookmark_bar_node(), 0,
- BookmarkMenuDelegate::SHOW_OTHER_FOLDER,
+ BookmarkMenuDelegate::SHOW_PERMANENT_FOLDERS,
bookmark_utils::LAUNCH_WRENCH_MENU);
}
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698