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

Unified Diff: chrome/app/chrome_command_ids.h

Issue 2876223003: cocoa: add some tab-manipulation menu items (Closed)
Patch Set: unstage nib delta Created 3 years, 7 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 | « no previous file | chrome/app/nibs/MainMenu.xib » ('j') | chrome/browser/ui/browser_command_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_command_ids.h
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index f2b3385c0fd2f4ec7ac1c8af9b1cfa71d8774f22..4cde63eca5b07e3503ac47f849d0caa6c6199cf3 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -83,6 +83,8 @@
#define IDC_TRANSLATE_PAGE 35009
#define IDC_MANAGE_PASSWORDS_FOR_PAGE 35010
#define IDC_ROUTE_MEDIA 35011
+#define IDC_WINDOW_MUTE_TAB 35012
Robert Sesek 2017/05/16 19:47:41 nit: alignment
Elly Fong-Jones 2017/05/17 17:56:16 Done.
Robert Sesek 2017/05/17 18:14:11 Not done. Is this clang-format..?
+#define IDC_WINDOW_PIN_TAB 35013
// Clipboard commands
#define IDC_CUT 36000
« no previous file with comments | « no previous file | chrome/app/nibs/MainMenu.xib » ('j') | chrome/browser/ui/browser_command_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698