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

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

Issue 8834006: Add shutdown option to wrench menu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: build break Created 9 years 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/browser.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/toolbar/wrench_menu_model_chromeos.cc
===================================================================
--- chrome/browser/ui/toolbar/wrench_menu_model_chromeos.cc (revision 112953)
+++ chrome/browser/ui/toolbar/wrench_menu_model_chromeos.cc (working copy)
@@ -79,5 +79,7 @@
} else {
AddItemWithStringId(IDC_EXIT, IDS_SIGN_OUT);
}
+
+ AddItemWithStringId(IDC_SHUTDOWN, IDS_SHUTDOWN_BUTTON);
}
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698