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

Unified Diff: chrome/app/chrome_command_ids.h

Issue 132233003: Adding a menu item to take a screenshot under "More Tools" submenu in the Wrench menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moving ifdef in browser_commands.cc Created 6 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
Index: chrome/app/chrome_command_ids.h
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index 6d50a96bf38537b58643a072e4f8031ad958cbc6..95b2524ace85927b5f93f34ec5bb928aeddbf4d9 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -209,6 +209,7 @@
#define IDC_RECENT_TABS_MENU 40239
#define IDC_RECENT_TABS_NO_DEVICE_TABS 40240
#define IDC_SHOW_SETTINGS_RESET_BUBBLE 40241
+#define IDC_TAKE_SCREENSHOT 40242
// Spell-check
// Insert any additional suggestions before _LAST; these have to be consecutive.

Powered by Google App Engine
This is Rietveld 408576698