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

Side by Side Diff: content/shell/resource.h

Issue 9918013: Add JavaScript dialogs functionality to content_shell on Windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: eol fix, rebase Created 8 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 unified diff | Download patch
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/shell.rc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 //{{NO_DEPENDENCIES}} 5 //{{NO_DEPENDENCIES}}
6 // Microsoft Visual C++ generated include file. 6 // Microsoft Visual C++ generated include file.
7 // Used by test_shell.rc 7 // Used by test_shell.rc
8 // 8 //
9 9
10 10
11 #define IDR_MAINFRAME 128 11 #define IDR_MAINFRAME 128
12 #define IDM_EXIT 105 12 #define IDM_EXIT 105
13 #define IDM_CLOSE_WINDOW 106 13 #define IDM_CLOSE_WINDOW 106
14 #define IDM_NEW_WINDOW 107 14 #define IDM_NEW_WINDOW 107
15 #define IDC_CONTENTSHELL 109 15 #define IDC_CONTENTSHELL 109
16 #define IDD_ALERT 130
17 #define IDD_CONFIRM 131
18 #define IDD_PROMPT 132
16 #define IDC_NAV_BACK 1001 19 #define IDC_NAV_BACK 1001
17 #define IDC_NAV_FORWARD 1002 20 #define IDC_NAV_FORWARD 1002
18 #define IDC_NAV_RELOAD 1003 21 #define IDC_NAV_RELOAD 1003
19 #define IDC_NAV_STOP 1004 22 #define IDC_NAV_STOP 1004
23 #define IDC_PROMPTEDIT 1005
24 #define IDC_DIALOGTEXT 1006
25
20 #ifndef IDC_STATIC 26 #ifndef IDC_STATIC
21 #define IDC_STATIC -1 27 #define IDC_STATIC -1
22 #endif 28 #endif
23 // Next default values for new objects 29 // Next default values for new objects
24 // 30 //
25 #ifdef APSTUDIO_INVOKED 31 #ifdef APSTUDIO_INVOKED
26 #ifndef APSTUDIO_READONLY_SYMBOLS 32 #ifndef APSTUDIO_READONLY_SYMBOLS
27 33
28 #define _APS_NO_MFC 130 34 #define _APS_NO_MFC 130
29 #define _APS_NEXT_RESOURCE_VALUE 129 35 #define _APS_NEXT_RESOURCE_VALUE 129
30 #define _APS_NEXT_COMMAND_VALUE 32771 36 #define _APS_NEXT_COMMAND_VALUE 32771
31 #define _APS_NEXT_CONTROL_VALUE 1000 37 #define _APS_NEXT_CONTROL_VALUE 1000
32 #define _APS_NEXT_SYMED_VALUE 117 38 #define _APS_NEXT_SYMED_VALUE 117
33 #endif 39 #endif
34 #endif 40 #endif
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/shell.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698