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

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

Issue 8834006: Add shutdown option to wrench menu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: build break Created 9 years 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/browser/ui/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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 // Speech input 211 // Speech input
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_HISTORY_MENU 46000 // OSX only 222 #define IDC_HISTORY_MENU 46000 // OSX only
222 #define IDC_PROFILE_MAIN_MENU 46100 // OSX only 223 #define IDC_PROFILE_MAIN_MENU 46100 // OSX only
223 #define IDC_INPUT_METHODS_MENU 46300 // Linux only 224 #define IDC_INPUT_METHODS_MENU 46300 // Linux only
224 225
225 // Custom context menu entries 226 // Custom context menu entries
226 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000 227 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000
227 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000 228 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000
228 229
229 // Context menu items added by extensions. 230 // Context menu items added by extensions.
230 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST 49000 231 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST 49000
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 304
304 // Protocol handler menu entries 305 // Protocol handler menu entries
305 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 306 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000
306 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 307 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
307 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 308 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200
308 309
309 // NOTE: The last valid command value is 57343 (0xDFFF) 310 // NOTE: The last valid command value is 57343 (0xDFFF)
310 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 311 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
311 312
312 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 313 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698