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

Side by Side Diff: chrome/app/chrome_dll_resource.h

Issue 12453019: Copy remoting notification bar to chrome and use it for screen capture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « chrome/app/chrome_dll.rc ('k') | chrome/app/generated_resources.grd » ('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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #define IDR_MAINFRAME 101 5 #define IDR_MAINFRAME 101
6 #define IDR_CHROMEFRAME 200 6 #define IDR_CHROMEFRAME 200
7 7
8 #define IDI_THROBBER_01 102 8 #define IDI_THROBBER_01 102
9 #define IDI_THROBBER_02 103 9 #define IDI_THROBBER_02 103
10 #define IDI_THROBBER_03 104 10 #define IDI_THROBBER_03 104
(...skipping 17 matching lines...) Expand all
28 #define IDI_THROBBER_21 122 28 #define IDI_THROBBER_21 122
29 #define IDI_THROBBER_22 123 29 #define IDI_THROBBER_22 123
30 #define IDI_THROBBER_23 124 30 #define IDI_THROBBER_23 124
31 #define IDI_THROBBER_24 125 31 #define IDI_THROBBER_24 125
32 #define IDR_SXS 126 32 #define IDR_SXS 126
33 33
34 // Values around 1600 are used by installer/setup/build/ 34 // Values around 1600 are used by installer/setup/build/
35 35
36 #define IDD_IPC_SETTINGS 3000 36 #define IDD_IPC_SETTINGS 3000
37 37
38 #define IDD_SCREEN_CAPTURE_NOTIFICATION 3100
39 #define IDC_SCREEN_CAPTURE_STOP 3101
40 #define IDC_SCREEN_CAPTURE_TEXT 3102
41
42 #ifndef IDC_STATIC
43 #define IDC_STATIC -1
44 #endif
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll.rc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698