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

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

Issue 2116973002: Added "Exit full screen" to context menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do not show an accelerator for user-triggered fullscreen on Chrome OS. Created 4 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 | « no previous file | 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) 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 #define IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION 50156 315 #define IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION 50156
316 #define IDC_CONTENT_CONTEXT_SPELLING_TOGGLE 50157 316 #define IDC_CONTENT_CONTEXT_SPELLING_TOGGLE 50157
317 #define IDC_CONTENT_CONTEXT_SPEECH_MENU 50158 317 #define IDC_CONTENT_CONTEXT_SPEECH_MENU 50158
318 #define IDC_CONTENT_CONTEXT_SPEECH_START_SPEAKING 50159 318 #define IDC_CONTENT_CONTEXT_SPEECH_START_SPEAKING 50159
319 #define IDC_CONTENT_CONTEXT_SPEECH_STOP_SPEAKING 50160 319 #define IDC_CONTENT_CONTEXT_SPEECH_STOP_SPEAKING 50160
320 #define IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE 50161 320 #define IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE 50161
321 #define IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP 50162 321 #define IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP 50162
322 #define IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP 50163 322 #define IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP 50163
323 #define IDC_CONTENT_CONTEXT_FORCESAVEPASSWORD 50165 323 #define IDC_CONTENT_CONTEXT_FORCESAVEPASSWORD 50165
324 #define IDC_CONTENT_CONTEXT_GENERATEPASSWORD 50166 324 #define IDC_CONTENT_CONTEXT_GENERATEPASSWORD 50166
325 #define IDC_CONTENT_CONTEXT_EXIT_FULLSCREEN 50167
325 // Frame items. 326 // Frame items.
326 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50170 327 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50170
327 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50171 328 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50171
328 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50172 329 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50172
329 // Search items. 330 // Search items.
330 #define IDC_CONTENT_CONTEXT_GOTOURL 50180 331 #define IDC_CONTENT_CONTEXT_GOTOURL 50180
331 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50181 332 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50181
332 // Open with items. 333 // Open with items.
333 #define IDC_CONTENT_CONTEXT_OPEN_WITH1 50190 334 #define IDC_CONTENT_CONTEXT_OPEN_WITH1 50190
334 #define IDC_CONTENT_CONTEXT_OPEN_WITH2 50191 335 #define IDC_CONTENT_CONTEXT_OPEN_WITH2 50191
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 395 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
395 396
396 // Starting command id for menus showing bookmarks (such as the wrench menu). 397 // Starting command id for menus showing bookmarks (such as the wrench menu).
397 // While command ids passed to Windows functions must not be higher than 0xDFFF, 398 // While command ids passed to Windows functions must not be higher than 0xDFFF,
398 // these IDs are not exposed to the native system and thus can be in this 399 // these IDs are not exposed to the native system and thus can be in this
399 // otherwise-reserved range. No command used in a menu (such as the wrench menu) 400 // otherwise-reserved range. No command used in a menu (such as the wrench menu)
400 // should be higher than this, otherwise it'll conflict. 401 // should be higher than this, otherwise it'll conflict.
401 #define IDC_FIRST_BOOKMARK_MENU 0xE000 402 #define IDC_FIRST_BOOKMARK_MENU 0xE000
402 403
403 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 404 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698