| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 #define IDC_SHOW_ACCOUNTS_SETTINGS 40943 | 68 #define IDC_SHOW_ACCOUNTS_SETTINGS 40943 |
| 69 #define IDC_CLOSE_SETTINGS 40944 | 69 #define IDC_CLOSE_SETTINGS 40944 |
| 70 #define IDC_SHOW_SAVE_PASSWORDS_SETTINGS 40945 | 70 #define IDC_SHOW_SAVE_PASSWORDS_SETTINGS 40945 |
| 71 #define IDC_READER_MODE 40947 | 71 #define IDC_READER_MODE 40947 |
| 72 #define IDC_RATE_THIS_APP 40948 | 72 #define IDC_RATE_THIS_APP 40948 |
| 73 #define IDC_ADD_READING_LIST 40949 | 73 #define IDC_ADD_READING_LIST 40949 |
| 74 #define IDC_SHOW_READING_LIST 40950 | 74 #define IDC_SHOW_READING_LIST 40950 |
| 75 #define IDC_SHOW_CLEAR_BROWSING_DATA_SETTINGS 40951 | 75 #define IDC_SHOW_CLEAR_BROWSING_DATA_SETTINGS 40951 |
| 76 #define IDC_SHOW_SYNC_PASSPHRASE_SETTINGS 40952 | 76 #define IDC_SHOW_SYNC_PASSPHRASE_SETTINGS 40952 |
| 77 #define IDC_SHOW_QR_SCANNER 40953 | 77 #define IDC_SHOW_QR_SCANNER 40953 |
| 78 #define IDC_SHOW_PHYSICAL_WEB_SETTINGS 40954 | |
| 79 #define IDC_SHOW_SUGGESTIONS 40955 | 78 #define IDC_SHOW_SUGGESTIONS 40955 |
| 80 // clang-format on | 79 // clang-format on |
| 81 | 80 |
| 82 #endif // IOS_CHROME_BROWSER_UI_COMMANDS_IOS_COMMAND_IDS_H_ | 81 #endif // IOS_CHROME_BROWSER_UI_COMMANDS_IOS_COMMAND_IDS_H_ |
| OLD | NEW |