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

Side by Side Diff: chrome/app/chrome_dll.rc

Issue 498573003: Add relaunch into ASH and desktop support for Chrome on Windows 7. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed menu strings to Chrome OS mode Created 6 years, 3 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 "chrome_dll_resource.h" 3 #include "chrome_dll_resource.h"
4 #include "chrome_command_ids.h" 4 #include "chrome_command_ids.h"
5 5
6 #define APSTUDIO_READONLY_SYMBOLS 6 #define APSTUDIO_READONLY_SYMBOLS
7 ///////////////////////////////////////////////////////////////////////////// 7 /////////////////////////////////////////////////////////////////////////////
8 // 8 //
9 // Generated from the TEXTINCLUDE 2 resource. 9 // Generated from the TEXTINCLUDE 2 resource.
10 // 10 //
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 VK_OEM_PERIOD, IDC_TOGGLE_SPEECH_INPUT, VIRTKEY, CONTROL, SHIFT 116 VK_OEM_PERIOD, IDC_TOGGLE_SPEECH_INPUT, VIRTKEY, CONTROL, SHIFT
117 "U", IDC_VIEW_SOURCE, VIRTKEY, CONTROL 117 "U", IDC_VIEW_SOURCE, VIRTKEY, CONTROL
118 VK_OEM_MINUS, IDC_ZOOM_MINUS, VIRTKEY, CONTROL 118 VK_OEM_MINUS, IDC_ZOOM_MINUS, VIRTKEY, CONTROL
119 VK_OEM_MINUS, IDC_ZOOM_MINUS, VIRTKEY, CONTROL, SHIFT 119 VK_OEM_MINUS, IDC_ZOOM_MINUS, VIRTKEY, CONTROL, SHIFT
120 VK_SUBTRACT, IDC_ZOOM_MINUS, VIRTKEY, CONTROL 120 VK_SUBTRACT, IDC_ZOOM_MINUS, VIRTKEY, CONTROL
121 "0", IDC_ZOOM_NORMAL, VIRTKEY, CONTROL 121 "0", IDC_ZOOM_NORMAL, VIRTKEY, CONTROL
122 VK_NUMPAD0, IDC_ZOOM_NORMAL, VIRTKEY, CONTROL 122 VK_NUMPAD0, IDC_ZOOM_NORMAL, VIRTKEY, CONTROL
123 VK_OEM_PLUS, IDC_ZOOM_PLUS, VIRTKEY, CONTROL 123 VK_OEM_PLUS, IDC_ZOOM_PLUS, VIRTKEY, CONTROL
124 VK_OEM_PLUS, IDC_ZOOM_PLUS, VIRTKEY, CONTROL, SHIFT 124 VK_OEM_PLUS, IDC_ZOOM_PLUS, VIRTKEY, CONTROL, SHIFT
125 VK_ADD, IDC_ZOOM_PLUS, VIRTKEY, CONTROL 125 VK_ADD, IDC_ZOOM_PLUS, VIRTKEY, CONTROL
126 "A", IDC_TOGGLE_ASH_DESKTOP, VIRTKEY, CONTROL, SHIFT
127 END 126 END
128 127
129 #ifdef APSTUDIO_INVOKED 128 #ifdef APSTUDIO_INVOKED
130 ///////////////////////////////////////////////////////////////////////////// 129 /////////////////////////////////////////////////////////////////////////////
131 // 130 //
132 // TEXTINCLUDE 131 // TEXTINCLUDE
133 // 132 //
134 133
135 1 TEXTINCLUDE 134 1 TEXTINCLUDE
136 BEGIN 135 BEGIN
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 // 237 //
239 // Generated from the TEXTINCLUDE 3 resource. 238 // Generated from the TEXTINCLUDE 3 resource.
240 // 239 //
241 240
242 241
243 ///////////////////////////////////////////////////////////////////////////// 242 /////////////////////////////////////////////////////////////////////////////
244 #endif // not APSTUDIO_INVOKED 243 #endif // not APSTUDIO_INVOKED
245 244
246 // (temp change to touch this file or incremental builds may break now 245 // (temp change to touch this file or incremental builds may break now
247 // that we removed chrome_dll_version.rc from it) 246 // that we removed chrome_dll_version.rc from it)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698