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

Unified Diff: chrome/app/chrome_command_ids.h

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments from hidehiko@ Created 4 years, 9 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/generated_resources.grd » ('j') | no next file with comments »
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 49d3eb32dec35bad2b22444a4209f709d92b5781..1f66d60fda25db5aede65aabdaeef936f45f9847 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -324,6 +324,23 @@
// Search items.
#define IDC_CONTENT_CONTEXT_GOTOURL 50180
#define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50181
+// ARC items.
+#define IDC_CONTENT_CONTEXT_ARC_APP1 50191
grt (UTC plus 2) 2016/03/08 16:13:06 could you start with 50190 for consistency with th
Yusuke Sato 2016/03/11 23:39:45 Done.
+#define IDC_CONTENT_CONTEXT_ARC_APP2 50192
+#define IDC_CONTENT_CONTEXT_ARC_APP3 50193
+#define IDC_CONTENT_CONTEXT_ARC_APP_LAST IDC_CONTENT_CONTEXT_ARC_APP3
+#define IDC_CONTENT_CONTEXT_ARC_SUB_MENU 50200
+#define IDC_CONTENT_CONTEXT_ARC_SUB_APP1 50201
+#define IDC_CONTENT_CONTEXT_ARC_SUB_APP2 50202
+#define IDC_CONTENT_CONTEXT_ARC_SUB_APP3 50203
+#define IDC_CONTENT_CONTEXT_ARC_SUB_APP4 50204
+#define IDC_CONTENT_CONTEXT_ARC_SUB_APP5 50205
+#define IDC_CONTENT_CONTEXT_ARC_SUB_APP6 50206
+#define IDC_CONTENT_CONTEXT_ARC_SUB_APP7 50207
+#define IDC_CONTENT_CONTEXT_ARC_SUB_APP8 50208
+#define IDC_CONTENT_CONTEXT_ARC_SUB_APP9 50209
+#define IDC_CONTENT_CONTEXT_ARC_SUB_APP10 50210
+#define IDC_CONTENT_CONTEXT_ARC_SUB_APP_LAST IDC_CONTENT_CONTEXT_ARC_SUB_APP10
// Context menu items in the bookmark bar
#define IDC_BOOKMARK_BAR_OPEN_ALL 51000
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698