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

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

Issue 7324038: Sync Promo: Add "Setup Chrome Sync" menu item to the wrench menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Promo: Add "Setup Chrome Sync" menu item to the wrench menu Created 9 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 | Annotate | Revision Log
« 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) 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 #define IDC_MANAGE_EXTENSIONS 40022 163 #define IDC_MANAGE_EXTENSIONS 40022
164 #define IDC_AUTOFILL_DEFAULT 40023 164 #define IDC_AUTOFILL_DEFAULT 40023
165 #define IDC_DEV_TOOLS_INSPECT 40025 165 #define IDC_DEV_TOOLS_INSPECT 40025
166 #define IDC_UPGRADE_DIALOG 40026 166 #define IDC_UPGRADE_DIALOG 40026
167 #define IDC_VIEW_INCOMPATIBILITIES 40027 167 #define IDC_VIEW_INCOMPATIBILITIES 40027
168 #define IDC_VIEW_BACKGROUND_PAGES 40028 168 #define IDC_VIEW_BACKGROUND_PAGES 40028
169 #define IDC_SHOW_KEYBOARD_OVERLAY 40029 169 #define IDC_SHOW_KEYBOARD_OVERLAY 40029
170 #define IDC_PROFILING_ENABLED 40030 170 #define IDC_PROFILING_ENABLED 40030
171 #define IDC_FILE_MANAGER 40031 171 #define IDC_FILE_MANAGER 40031
172 #define IDC_BOOKMARKS_MENU 40032 172 #define IDC_BOOKMARKS_MENU 40032
173 #define IDC_SHOW_SYNC_SETUP 40033
173 174
174 // Spell-check 175 // Spell-check
175 // Insert any additional suggestions before _LAST; these have to be consecutive. 176 // Insert any additional suggestions before _LAST; these have to be consecutive.
176 #define IDC_SPELLCHECK_SUGGESTION_0 41000 177 #define IDC_SPELLCHECK_SUGGESTION_0 41000
177 #define IDC_SPELLCHECK_SUGGESTION_1 41001 178 #define IDC_SPELLCHECK_SUGGESTION_1 41001
178 #define IDC_SPELLCHECK_SUGGESTION_2 41002 179 #define IDC_SPELLCHECK_SUGGESTION_2 41002
179 #define IDC_SPELLCHECK_SUGGESTION_3 41003 180 #define IDC_SPELLCHECK_SUGGESTION_3 41003
180 #define IDC_SPELLCHECK_SUGGESTION_4 41004 181 #define IDC_SPELLCHECK_SUGGESTION_4 41004
181 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4 182 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4
182 #define IDC_SPELLCHECK_MENU 41005 183 #define IDC_SPELLCHECK_MENU 41005
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 287
287 // Protocol handler menu entries 288 // Protocol handler menu entries
288 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 289 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000
289 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 290 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
290 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 291 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200
291 292
292 // NOTE: The last valid command value is 57343 (0xDFFF) 293 // NOTE: The last valid command value is 57343 (0xDFFF)
293 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 294 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
294 295
295 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 296 #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