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

Unified Diff: chrome/app/chrome_command_ids.h

Issue 9045007: Allow plugins to participate in Chrome context menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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') | webkit/glue/context_menu.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_command_ids.h
===================================================================
--- chrome/app/chrome_command_ids.h (revision 114593)
+++ chrome/app/chrome_command_ids.h (working copy)
@@ -280,6 +280,12 @@
#define IDC_CONTENT_CONTEXT_GOTOURL 50170
#define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171
#define IDC_CONTENT_CONTEXT_ADDSEARCHENGINE 50172
+// Plugin items.
+#define IDC_CONTENT_CONTEXT_FITPAGEWIDTH 50200
+#define IDC_CONTENT_CONTEXT_FITPAGEHEIGHT 50201
+#define IDC_CONTENT_CONTEXT_FITPAGE 50202
+#define IDC_CONTENT_CONTEXT_ROTATEPAGECW 50210
+#define IDC_CONTENT_CONTEXT_ROTATEPAGECCW 50211
// 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') | webkit/glue/context_menu.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698