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

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 dcheng's comment Created 4 years, 8 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 | « ash/shell.cc ('k') | 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 db0f459f1f3acffe02549c8bf61fd75ebdbf6e3a..ad1c9639724fc62d72bc1c6f10448eba0ed80507 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -323,7 +323,22 @@
// 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_WITH5 50194
+#define IDC_CONTENT_CONTEXT_OPEN_WITH6 50195
+#define IDC_CONTENT_CONTEXT_OPEN_WITH7 50196
+#define IDC_CONTENT_CONTEXT_OPEN_WITH8 50197
+#define IDC_CONTENT_CONTEXT_OPEN_WITH9 50198
+#define IDC_CONTENT_CONTEXT_OPEN_WITH10 50199
+#define IDC_CONTENT_CONTEXT_OPEN_WITH11 50200
+#define IDC_CONTENT_CONTEXT_OPEN_WITH12 50201
+#define IDC_CONTENT_CONTEXT_OPEN_WITH13 50202
+#define IDC_CONTENT_CONTEXT_OPEN_WITH14 50203
+#define IDC_CONTENT_CONTEXT_OPEN_WITH_LAST IDC_CONTENT_CONTEXT_OPEN_WITH14
// Context menu items in the bookmark bar
#define IDC_BOOKMARK_BAR_OPEN_ALL 51000
#define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001
« no previous file with comments | « ash/shell.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698