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

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

Issue 1299543002: Delete dead signin code (SigninGlobalError) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac? Created 5 years, 4 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/browser/BUILD.gn » ('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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 #define IDC_HELP_PAGE_VIA_KEYBOARD 40019 183 #define IDC_HELP_PAGE_VIA_KEYBOARD 40019
184 #define IDC_HELP_PAGE_VIA_MENU 40020 184 #define IDC_HELP_PAGE_VIA_MENU 40020
185 #define IDC_SHOW_APP_MENU 40021 185 #define IDC_SHOW_APP_MENU 40021
186 #define IDC_MANAGE_EXTENSIONS 40022 186 #define IDC_MANAGE_EXTENSIONS 40022
187 #define IDC_DEV_TOOLS_INSPECT 40023 187 #define IDC_DEV_TOOLS_INSPECT 40023
188 #define IDC_UPGRADE_DIALOG 40024 188 #define IDC_UPGRADE_DIALOG 40024
189 #define IDC_VIEW_INCOMPATIBILITIES 40025 189 #define IDC_VIEW_INCOMPATIBILITIES 40025
190 #define IDC_SHOW_KEYBOARD_OVERLAY 40027 190 #define IDC_SHOW_KEYBOARD_OVERLAY 40027
191 #define IDC_PROFILING_ENABLED 40028 191 #define IDC_PROFILING_ENABLED 40028
192 #define IDC_BOOKMARKS_MENU 40029 192 #define IDC_BOOKMARKS_MENU 40029
193 // TODO(atwilson): Remove IDC_SHOW_SYNC_SETUP when we officially allow signin
194 // when sync is disabled.
195 #define IDC_SHOW_SYNC_SETUP 40030
196 #define IDC_SHOW_SIGNIN 40030
197 #define IDC_EXTENSION_ERRORS 40031 193 #define IDC_EXTENSION_ERRORS 40031
198 #define IDC_SHOW_SIGNIN_ERROR 40032 194 #define IDC_SHOW_SIGNIN_ERROR 40032
199 #define IDC_SHOW_SETTINGS_CHANGE_FIRST 40033 195 #define IDC_SHOW_SETTINGS_CHANGE_FIRST 40033
200 #define IDC_SHOW_SETTINGS_CHANGE_LAST 40133 196 #define IDC_SHOW_SETTINGS_CHANGE_LAST 40133
201 #define IDC_SHOW_AVATAR_MENU 40134 197 #define IDC_SHOW_AVATAR_MENU 40134
202 #define IDC_EXTENSION_DISABLED_FIRST 40135 198 #define IDC_EXTENSION_DISABLED_FIRST 40135
203 #define IDC_EXTENSION_DISABLED_LAST 40235 199 #define IDC_EXTENSION_DISABLED_LAST 40235
204 #define IDC_TOGGLE_REQUEST_TABLET_SITE 40236 200 #define IDC_TOGGLE_REQUEST_TABLET_SITE 40236
205 #define IDC_DEV_TOOLS_TOGGLE 40237 201 #define IDC_DEV_TOOLS_TOGGLE 40237
206 #define IDC_EXTERNAL_EXTENSION_ALERT 40238 202 #define IDC_EXTERNAL_EXTENSION_ALERT 40238
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 366 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
371 367
372 // Starting command id for menus showing bookmarks (such as the wrench menu). 368 // Starting command id for menus showing bookmarks (such as the wrench menu).
373 // While command ids passed to Windows functions must not be higher than 0xDFFF, 369 // While command ids passed to Windows functions must not be higher than 0xDFFF,
374 // these IDs are not exposed to the native system and thus can be in this 370 // these IDs are not exposed to the native system and thus can be in this
375 // otherwise-reserved range. No command used in a menu (such as the wrench menu) 371 // otherwise-reserved range. No command used in a menu (such as the wrench menu)
376 // should be higher than this, otherwise it'll conflict. 372 // should be higher than this, otherwise it'll conflict.
377 #define IDC_FIRST_BOOKMARK_MENU 0xE000 373 #define IDC_FIRST_BOOKMARK_MENU 0xE000
378 374
379 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 375 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698