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

Unified Diff: chrome/browser/views/toolbar_view.cc

Issue 19531: Fix issue 3191 (Add menu for opening a local file) (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 11 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 | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/toolbar_view.cc
===================================================================
--- chrome/browser/views/toolbar_view.cc (revision 8273)
+++ chrome/browser/views/toolbar_view.cc (working copy)
@@ -572,6 +572,9 @@
l10n_util::GetString(IDS_PROFILE_MENU));
menu.AppendSeparator();
+ menu.AppendMenuItemWithLabel(IDC_OPEN_FILE,
+ l10n_util::GetString(IDS_OPEN_FILE));
+ menu.AppendSeparator();
menu.AppendMenuItemWithLabel(IDC_SHOW_BOOKMARK_BAR,
l10n_util::GetString(IDS_SHOW_BOOKMARK_BAR));
menu.AppendSeparator();
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698