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

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

Issue 10907243: Add "inspect background page" to platform app right-click menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test for app loaded from .crx Created 8 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
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/app/generated_resources.grd » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef CHROME_APP_CHROME_COMMAND_IDS_H_ 5 #ifndef CHROME_APP_CHROME_COMMAND_IDS_H_
6 #define CHROME_APP_CHROME_COMMAND_IDS_H_ 6 #define CHROME_APP_CHROME_COMMAND_IDS_H_
7 7
8 // This file lists all the command IDs understood by e.g. the browser. 8 // This file lists all the command IDs understood by e.g. the browser.
9 // It is used by Windows RC files, Mac NIB files, and other platforms too. 9 // It is used by Windows RC files, Mac NIB files, and other platforms too.
10 10
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 #define IDC_CONTENT_CONTEXT_INSPECTELEMENT 50151 281 #define IDC_CONTENT_CONTEXT_INSPECTELEMENT 50151
282 #define IDC_CONTENT_CONTEXT_VIEWPAGEINFO 50152 282 #define IDC_CONTENT_CONTEXT_VIEWPAGEINFO 50152
283 #define IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS 50153 283 #define IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS 50153
284 #define IDC_CONTENT_CONTEXT_LOOK_UP_IN_DICTIONARY 50154 284 #define IDC_CONTENT_CONTEXT_LOOK_UP_IN_DICTIONARY 50154
285 #define IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS 50155 285 #define IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS 50155
286 #define IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION 50156 286 #define IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION 50156
287 #define IDC_CONTENT_CONTEXT_SPELLING_TOGGLE 50157 287 #define IDC_CONTENT_CONTEXT_SPELLING_TOGGLE 50157
288 #define IDC_CONTENT_CONTEXT_SPEECH_MENU 50158 288 #define IDC_CONTENT_CONTEXT_SPEECH_MENU 50158
289 #define IDC_CONTENT_CONTEXT_SPEECH_START_SPEAKING 50159 289 #define IDC_CONTENT_CONTEXT_SPEECH_START_SPEAKING 50159
290 #define IDC_CONTENT_CONTEXT_SPEECH_STOP_SPEAKING 50160 290 #define IDC_CONTENT_CONTEXT_SPEECH_STOP_SPEAKING 50160
291 #define IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE 50161
291 // Frame items. 292 // Frame items.
292 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50170 293 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50170
293 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50171 294 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50171
294 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50172 295 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50172
295 // Search items. 296 // Search items.
296 #define IDC_CONTENT_CONTEXT_GOTOURL 50180 297 #define IDC_CONTENT_CONTEXT_GOTOURL 50180
297 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50181 298 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50181
298 #define IDC_CONTENT_CONTEXT_ADDSEARCHENGINE 50182 299 #define IDC_CONTENT_CONTEXT_ADDSEARCHENGINE 50182
299 300
300 // Context menu items in the bookmark bar 301 // Context menu items in the bookmark bar
(...skipping 25 matching lines...) Expand all
326 327
327 // Protocol handler menu entries 328 // Protocol handler menu entries
328 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 329 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000
329 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 330 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
330 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 331 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200
331 332
332 // NOTE: The last valid command value is 57343 (0xDFFF) 333 // NOTE: The last valid command value is 57343 (0xDFFF)
333 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 334 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
334 335
335 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 336 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/app/generated_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698