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

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: add a missing override; 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
Index: chrome/app/chrome_command_ids.h
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index 59f94f9c69f14a06ce67f8c73394959840a41164..57a77a6ff3c5f5ca69659ad1bfb6a43a75d2c720 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -324,6 +324,25 @@
// Search items.
#define IDC_CONTENT_CONTEXT_GOTOURL 50180
#define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50181
+// Open with items.
+#define IDC_CONTENT_CONTEXT_OPEN_WITH1 50190
+#define IDC_CONTENT_CONTEXT_OPEN_WITH2 50191
+#define IDC_CONTENT_CONTEXT_OPEN_WITH3 50192
+#define IDC_CONTENT_CONTEXT_OPEN_WITH4 50193
+#define IDC_CONTENT_CONTEXT_OPEN_WITH_LAST IDC_CONTENT_CONTEXT_OPEN_WITH4
+// Open with items (reserved for a sub menu.)
+#define IDC_CONTENT_CONTEXT_OPEN_WITH_SUB1 50200
+#define IDC_CONTENT_CONTEXT_OPEN_WITH_SUB2 50201
+#define IDC_CONTENT_CONTEXT_OPEN_WITH_SUB3 50202
+#define IDC_CONTENT_CONTEXT_OPEN_WITH_SUB4 50203
+#define IDC_CONTENT_CONTEXT_OPEN_WITH_SUB5 50204
+#define IDC_CONTENT_CONTEXT_OPEN_WITH_SUB6 50205
+#define IDC_CONTENT_CONTEXT_OPEN_WITH_SUB7 50206
+#define IDC_CONTENT_CONTEXT_OPEN_WITH_SUB8 50207
+#define IDC_CONTENT_CONTEXT_OPEN_WITH_SUB9 50208
+#define IDC_CONTENT_CONTEXT_OPEN_WITH_SUB10 50209
+#define IDC_CONTENT_CONTEXT_OPEN_WITH_SUB_LAST \
+ IDC_CONTENT_CONTEXT_OPEN_WITH_SUB10
// Context menu items in the bookmark bar
#define IDC_BOOKMARK_BAR_OPEN_ALL 51000

Powered by Google App Engine
This is Rietveld 408576698