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

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

Issue 42540: Wire the shortcut (Ctrl+Shift+Del) for Clear Browsing Data.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 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 16 matching lines...) Expand all
27 // 27 //
28 // Accelerator 28 // Accelerator
29 // 29 //
30 30
31 // Note that we don't handle any of the VK_BROWSER_* commands here. We will 31 // Note that we don't handle any of the VK_BROWSER_* commands here. We will
32 // pick those up in the WM_APPCOMMAND message. 32 // pick those up in the WM_APPCOMMAND message.
33 IDR_MAINFRAME ACCELERATORS 33 IDR_MAINFRAME ACCELERATORS
34 BEGIN 34 BEGIN
35 VK_LEFT, IDC_BACK, VIRTKEY, ALT 35 VK_LEFT, IDC_BACK, VIRTKEY, ALT
36 VK_BACK, IDC_BACK, VIRTKEY 36 VK_BACK, IDC_BACK, VIRTKEY
37 VK_DELETE, IDC_CLEAR_BROWSING_DATA, VIRTKEY, CONTROL, SHIFT
37 VK_F4, IDC_CLOSE_TAB, VIRTKEY, CONTROL 38 VK_F4, IDC_CLOSE_TAB, VIRTKEY, CONTROL
38 "W", IDC_CLOSE_TAB, VIRTKEY, CONTROL 39 "W", IDC_CLOSE_TAB, VIRTKEY, CONTROL
39 "W", IDC_CLOSE_POPUPS, VIRTKEY, SHIFT, ALT 40 "W", IDC_CLOSE_POPUPS, VIRTKEY, SHIFT, ALT
40 "L", IDC_DEBUGGER, VIRTKEY, CONTROL, SHIFT 41 "L", IDC_DEBUGGER, VIRTKEY, CONTROL, SHIFT
41 "F", IDC_FIND, VIRTKEY, CONTROL 42 "F", IDC_FIND, VIRTKEY, CONTROL
42 "G", IDC_FIND_NEXT, VIRTKEY, CONTROL 43 "G", IDC_FIND_NEXT, VIRTKEY, CONTROL
43 VK_F3, IDC_FIND_NEXT, VIRTKEY 44 VK_F3, IDC_FIND_NEXT, VIRTKEY
44 "G", IDC_FIND_PREVIOUS, VIRTKEY, CONTROL, SHIFT 45 "G", IDC_FIND_PREVIOUS, VIRTKEY, CONTROL, SHIFT
45 VK_F3, IDC_FIND_PREVIOUS, VIRTKEY, SHIFT 46 VK_F3, IDC_FIND_PREVIOUS, VIRTKEY, SHIFT
46 VK_F6, IDC_FOCUS_LOCATION, VIRTKEY 47 VK_F6, IDC_FOCUS_LOCATION, VIRTKEY
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 244
244 #ifndef APSTUDIO_INVOKED 245 #ifndef APSTUDIO_INVOKED
245 ///////////////////////////////////////////////////////////////////////////// 246 /////////////////////////////////////////////////////////////////////////////
246 // 247 //
247 // Generated from the TEXTINCLUDE 3 resource. 248 // Generated from the TEXTINCLUDE 3 resource.
248 // 249 //
249 250
250 251
251 ///////////////////////////////////////////////////////////////////////////// 252 /////////////////////////////////////////////////////////////////////////////
252 #endif // not APSTUDIO_INVOKED 253 #endif // not APSTUDIO_INVOKED
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698