| Index: chrome/app/chrome_command_ids.h
|
| diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
|
| index 0513df0dbd775d3d90bf0df9fa2007e81eb1c315..6ca7b939340a3c43f039f911dc343e69c39e1e21 100644
|
| --- a/chrome/app/chrome_command_ids.h
|
| +++ b/chrome/app/chrome_command_ids.h
|
| @@ -190,6 +190,10 @@
|
| #define IDC_SHOW_KEYBOARD_OVERLAY 40027
|
| #define IDC_PROFILING_ENABLED 40028
|
| #define IDC_BOOKMARKS_MENU 40029
|
| +// TODO(atwilson): Remove IDC_SHOW_SYNC_SETUP when we officially allow signin
|
| +// when sync is disabled.
|
| +#define IDC_SHOW_SYNC_SETUP 40030
|
| +#define IDC_SHOW_SIGNIN 40030
|
| #define IDC_EXTENSION_ERRORS 40031
|
| #define IDC_SHOW_SIGNIN_ERROR 40032
|
| #define IDC_SHOW_SETTINGS_CHANGE_FIRST 40033
|
|
|