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

Side by Side Diff: content/shell/shell.rc

Issue 10837177: Add a menu item to content_shell to open devtools to make it more discoverable. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix android compile, and add gtk support Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 //Microsoft Visual C++ generated resource script. 1 //Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "shell/resource.h" 3 #include "shell/resource.h"
4 4
5 #define APSTUDIO_READONLY_SYMBOLS 5 #define APSTUDIO_READONLY_SYMBOLS
6 ///////////////////////////////////////////////////////////////////////////// 6 /////////////////////////////////////////////////////////////////////////////
7 // 7 //
8 // Generated from the TEXTINCLUDE 2 resource. 8 // Generated from the TEXTINCLUDE 2 resource.
9 // 9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS 10 #define APSTUDIO_HIDDEN_SYMBOLS
(...skipping 12 matching lines...) Expand all
23 // 23 //
24 24
25 IDC_CONTENTSHELL MENU 25 IDC_CONTENTSHELL MENU
26 BEGIN 26 BEGIN
27 POPUP "&File" 27 POPUP "&File"
28 BEGIN 28 BEGIN
29 MENUITEM "&New Window", IDM_NEW_WINDOW 29 MENUITEM "&New Window", IDM_NEW_WINDOW
30 MENUITEM "&Close Window", IDM_CLOSE_WINDOW 30 MENUITEM "&Close Window", IDM_CLOSE_WINDOW
31 MENUITEM "E&xit", IDM_EXIT 31 MENUITEM "E&xit", IDM_EXIT
32 END 32 END
33 POPUP "&Debug"
34 BEGIN
35 MENUITEM "&Show Developer Tools...", IDM_SHOW_DEVELOPER_TOOLS
36 END
33 END 37 END
34 38
35 39
36 #ifdef APSTUDIO_INVOKED 40 #ifdef APSTUDIO_INVOKED
37 ///////////////////////////////////////////////////////////////////////////// 41 /////////////////////////////////////////////////////////////////////////////
38 // 42 //
39 // TEXTINCLUDE 43 // TEXTINCLUDE
40 // 44 //
41 1 TEXTINCLUDE 45 1 TEXTINCLUDE
42 BEGIN 46 BEGIN
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 ///////////////////////////////////////////////////////////////////////////// 137 /////////////////////////////////////////////////////////////////////////////
134 138
135 #ifndef APSTUDIO_INVOKED 139 #ifndef APSTUDIO_INVOKED
136 ///////////////////////////////////////////////////////////////////////////// 140 /////////////////////////////////////////////////////////////////////////////
137 // 141 //
138 // Generated from the TEXTINCLUDE 3 resource. 142 // Generated from the TEXTINCLUDE 3 resource.
139 // 143 //
140 144
141 ///////////////////////////////////////////////////////////////////////////// 145 /////////////////////////////////////////////////////////////////////////////
142 #endif // not APSTUDIO_INVOKED 146 #endif // not APSTUDIO_INVOKED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698