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

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

Issue 9297008: [HTerm-Crosh] Add key shortcut for opening Crosh on ChromeOS Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review.. Created 8 years, 11 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
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 #pragma once 7 #pragma once
8 8
9 // This file lists all the command IDs understood by e.g. the browser. 9 // This file lists all the command IDs understood by e.g. the browser.
10 // It is used by Windows RC files, Mac NIB files, and other platforms too. 10 // It is used by Windows RC files, Mac NIB files, and other platforms too.
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 #define IDC_TOGGLE_SPEECH_INPUT 42500 212 #define IDC_TOGGLE_SPEECH_INPUT 42500
213 213
214 // Identifiers for platform-specific items. 214 // Identifiers for platform-specific items.
215 // Placed in a common file to help insure they never collide. 215 // Placed in a common file to help insure they never collide.
216 #define IDC_VIEW_MENU 44000 // OSX only 216 #define IDC_VIEW_MENU 44000 // OSX only
217 #define IDC_SYSTEM_OPTIONS 45000 // ChromeOS only 217 #define IDC_SYSTEM_OPTIONS 45000 // ChromeOS only
218 #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only 218 #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only
219 #define IDC_LANGUAGE_OPTIONS 45200 // ChromeOS only 219 #define IDC_LANGUAGE_OPTIONS 45200 // ChromeOS only
220 #define IDC_LOCK_SCREEN 45300 // ChromeOS only 220 #define IDC_LOCK_SCREEN 45300 // ChromeOS only
221 #define IDC_SHUTDOWN 45400 // ChromeOS only 221 #define IDC_SHUTDOWN 45400 // ChromeOS only
222 #define IDC_NEW_CROSH_TAB 45500 // ChromeOS Aura only
222 #define IDC_HISTORY_MENU 46000 // OSX only 223 #define IDC_HISTORY_MENU 46000 // OSX only
223 #define IDC_PROFILE_MAIN_MENU 46100 // OSX only 224 #define IDC_PROFILE_MAIN_MENU 46100 // OSX only
224 #define IDC_INPUT_METHODS_MENU 46300 // Linux only 225 #define IDC_INPUT_METHODS_MENU 46300 // Linux only
225 226
226 // Custom context menu entries 227 // Custom context menu entries
227 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000 228 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000
228 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000 229 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000
229 230
230 // Context menu items added by extensions. 231 // Context menu items added by extensions.
231 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST 49000 232 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST 49000
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 307
307 // Protocol handler menu entries 308 // Protocol handler menu entries
308 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 309 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000
309 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 310 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
310 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 311 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200
311 312
312 // NOTE: The last valid command value is 57343 (0xDFFF) 313 // NOTE: The last valid command value is 57343 (0xDFFF)
313 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 314 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
314 315
315 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 316 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698