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

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

Issue 3011002: Add "Inspect Element" shortcut to browser tabs (Closed)
Patch Set: Added TODO, fixed field setting, merged code Created 10 years, 5 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 | « chrome/app/chrome_dll.rc ('k') | chrome/browser/browser.h » ('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 //{{NO_DEPENDENCIES}} 5 //{{NO_DEPENDENCIES}}
6 // 6 //
7 // What began as a Microsoft Visual C++ generated include file is now 7 // What began as a Microsoft Visual C++ generated include file is now
8 // edited by hand. Do not generate!!! 8 // edited by hand. Do not generate!!!
9 // 9 //
10 // Used by chrome_dll.rc, Mac nibs, ... 10 // Used by chrome_dll.rc, Mac nibs, ...
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 #define IDC_OPTIONS 40015 203 #define IDC_OPTIONS 40015
204 #define IDC_EDIT_SEARCH_ENGINES 40016 204 #define IDC_EDIT_SEARCH_ENGINES 40016
205 #define IDC_VIEW_PASSWORDS 40017 205 #define IDC_VIEW_PASSWORDS 40017
206 #define IDC_ABOUT 40018 206 #define IDC_ABOUT 40018
207 #define IDC_HELP_PAGE 40019 207 #define IDC_HELP_PAGE 40019
208 #define IDC_SHOW_APP_MENU 40020 208 #define IDC_SHOW_APP_MENU 40020
209 #define IDC_SHOW_PAGE_MENU 40021 209 #define IDC_SHOW_PAGE_MENU 40021
210 #define IDC_SHOW_EXTENSION_SHELF 40022 210 #define IDC_SHOW_EXTENSION_SHELF 40022
211 #define IDC_MANAGE_EXTENSIONS 40023 211 #define IDC_MANAGE_EXTENSIONS 40023
212 #define IDC_AUTOFILL_DEFAULT 40024 212 #define IDC_AUTOFILL_DEFAULT 40024
213 #define IDC_DEV_TOOLS_INSPECT 40025
213 214
214 // Spell-check 215 // Spell-check
215 // Insert any additional suggestions before _LAST; these have to be consecutive. 216 // Insert any additional suggestions before _LAST; these have to be consecutive.
216 #define IDC_SPELLCHECK_SUGGESTION_0 41000 217 #define IDC_SPELLCHECK_SUGGESTION_0 41000
217 #define IDC_SPELLCHECK_SUGGESTION_1 41001 218 #define IDC_SPELLCHECK_SUGGESTION_1 41001
218 #define IDC_SPELLCHECK_SUGGESTION_2 41002 219 #define IDC_SPELLCHECK_SUGGESTION_2 41002
219 #define IDC_SPELLCHECK_SUGGESTION_3 41003 220 #define IDC_SPELLCHECK_SUGGESTION_3 41003
220 #define IDC_SPELLCHECK_SUGGESTION_4 41004 221 #define IDC_SPELLCHECK_SUGGESTION_4 41004
221 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4 222 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4
222 #define IDC_SPELLCHECK_MENU 41005 223 #define IDC_SPELLCHECK_MENU 41005
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 // Frame items. 311 // Frame items.
311 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50160 312 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50160
312 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWTAB 50161 313 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWTAB 50161
313 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWWINDOW 50162 314 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWWINDOW 50162
314 #define IDC_CONTENT_CONTEXT_OPENFRAMEOFFTHERECORD 50163 315 #define IDC_CONTENT_CONTEXT_OPENFRAMEOFFTHERECORD 50163
315 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50164 316 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50164
316 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50165 317 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50165
317 // Search items. 318 // Search items.
318 #define IDC_CONTENT_CONTEXT_GOTOURL 50170 319 #define IDC_CONTENT_CONTEXT_GOTOURL 50170
319 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171 320 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll.rc ('k') | chrome/browser/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698