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

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

Issue 1301583004: Revert of Delete dead signin code (SigninGlobalError) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
193 #define IDC_EXTENSION_ERRORS 40031 197 #define IDC_EXTENSION_ERRORS 40031
194 #define IDC_SHOW_SIGNIN_ERROR 40032 198 #define IDC_SHOW_SIGNIN_ERROR 40032
195 #define IDC_SHOW_SETTINGS_CHANGE_FIRST 40033 199 #define IDC_SHOW_SETTINGS_CHANGE_FIRST 40033
196 #define IDC_SHOW_SETTINGS_CHANGE_LAST 40133 200 #define IDC_SHOW_SETTINGS_CHANGE_LAST 40133
197 #define IDC_SHOW_AVATAR_MENU 40134 201 #define IDC_SHOW_AVATAR_MENU 40134
198 #define IDC_EXTENSION_DISABLED_FIRST 40135 202 #define IDC_EXTENSION_DISABLED_FIRST 40135
199 #define IDC_EXTENSION_DISABLED_LAST 40235 203 #define IDC_EXTENSION_DISABLED_LAST 40235
200 #define IDC_TOGGLE_REQUEST_TABLET_SITE 40236 204 #define IDC_TOGGLE_REQUEST_TABLET_SITE 40236
201 #define IDC_DEV_TOOLS_TOGGLE 40237 205 #define IDC_DEV_TOOLS_TOGGLE 40237
202 #define IDC_EXTERNAL_EXTENSION_ALERT 40238 206 #define IDC_EXTERNAL_EXTENSION_ALERT 40238
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 370 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
367 371
368 // Starting command id for menus showing bookmarks (such as the wrench menu). 372 // Starting command id for menus showing bookmarks (such as the wrench menu).
369 // While command ids passed to Windows functions must not be higher than 0xDFFF, 373 // While command ids passed to Windows functions must not be higher than 0xDFFF,
370 // these IDs are not exposed to the native system and thus can be in this 374 // these IDs are not exposed to the native system and thus can be in this
371 // otherwise-reserved range. No command used in a menu (such as the wrench menu) 375 // otherwise-reserved range. No command used in a menu (such as the wrench menu)
372 // should be higher than this, otherwise it'll conflict. 376 // should be higher than this, otherwise it'll conflict.
373 #define IDC_FIRST_BOOKMARK_MENU 0xE000 377 #define IDC_FIRST_BOOKMARK_MENU 0xE000
374 378
375 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 379 #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