OLD | NEW |
---|---|
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 IOS_CHROME_BROWSER_UI_COMMANDS_IOS_COMMAND_IDS_H_ | 5 #ifndef IOS_CHROME_BROWSER_UI_COMMANDS_IOS_COMMAND_IDS_H_ |
6 #define IOS_CHROME_BROWSER_UI_COMMANDS_IOS_COMMAND_IDS_H_ | 6 #define IOS_CHROME_BROWSER_UI_COMMANDS_IOS_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 NIB files. | 9 // It is used by NIB files. |
10 | 10 |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
50 #define IDC_PRELOAD_VOICE_SEARCH 40937 | 50 #define IDC_PRELOAD_VOICE_SEARCH 40937 |
51 #define IDC_SHOW_BACK_HISTORY 40938 | 51 #define IDC_SHOW_BACK_HISTORY 40938 |
52 #define IDC_SHOW_FORWARD_HISTORY 40939 | 52 #define IDC_SHOW_FORWARD_HISTORY 40939 |
53 #define IDC_SHOW_PROXY_SETTINGS 40940 | 53 #define IDC_SHOW_PROXY_SETTINGS 40940 |
54 #define IDC_CLOSE_SETTINGS_AND_OPEN_NEW_INCOGNITO_TAB 40942 | 54 #define IDC_CLOSE_SETTINGS_AND_OPEN_NEW_INCOGNITO_TAB 40942 |
55 #define IDC_SHOW_ACCOUNTS_SETTINGS 40943 | 55 #define IDC_SHOW_ACCOUNTS_SETTINGS 40943 |
56 #define IDC_CLOSE_SETTINGS 40944 | 56 #define IDC_CLOSE_SETTINGS 40944 |
57 #define IDC_SHOW_SAVE_PASSWORDS_SETTINGS 40945 | 57 #define IDC_SHOW_SAVE_PASSWORDS_SETTINGS 40945 |
58 #define IDC_READER_MODE 40947 | 58 #define IDC_READER_MODE 40947 |
59 #define IDC_RATE_THIS_APP 40948 | 59 #define IDC_RATE_THIS_APP 40948 |
60 #define IDC_SHOW_CONTEXTUAL_SEARCH_SETTINGS 40949 | |
droger
2015/12/03 13:05:00
Could you use 40919?
Olivier
2015/12/03 13:09:59
Done.
| |
60 // Do not use IDs above 40999 while the iOS build still depends on //chrome, to | 61 // Do not use IDs above 40999 while the iOS build still depends on //chrome, to |
61 // avoid conflicts. | 62 // avoid conflicts. |
62 // TODO(droger): Remove this comment once iOS no longer depends on //chrome. | 63 // TODO(droger): Remove this comment once iOS no longer depends on //chrome. |
63 | 64 |
64 #endif // IOS_CHROME_BROWSER_UI_COMMANDS_IOS_COMMAND_IDS_H_ | 65 #endif // IOS_CHROME_BROWSER_UI_COMMANDS_IOS_COMMAND_IDS_H_ |
OLD | NEW |