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

Side by Side Diff: ios/chrome/browser/ui/commands/ios_command_ids.h

Issue 2968973002: [ios] Removes IDC_BOOKMARK_PAGE and IDC_SHARE_PAGE
Patch Set: Rebased Created 3 years, 5 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
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 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
11 // NIB files include ID numbers rather than the corresponding #define labels. 11 // NIB files include ID numbers rather than the corresponding #define labels.
12 // If you change a given command's number, any NIB files that refer to it will 12 // If you change a given command's number, any NIB files that refer to it will
13 // also need to be updated. 13 // also need to be updated.
14 14
15 // clang-format off 15 // clang-format off
16 #define IDC_RELOAD 33002 16 #define IDC_RELOAD 33002
17 #define IDC_NEW_TAB 34014 17 #define IDC_NEW_TAB 34014
18 #define IDC_FULLSCREEN 34030 18 #define IDC_FULLSCREEN 34030
19 #define IDC_BOOKMARK_PAGE 35000
20 #define IDC_VIEW_SOURCE 35002 19 #define IDC_VIEW_SOURCE 35002
21 #define IDC_PRINT 35003 20 #define IDC_PRINT 35003
22 #define IDC_FIND 37000 21 #define IDC_FIND 37000
23 #define IDC_FIND_NEXT 37001 22 #define IDC_FIND_NEXT 37001
24 #define IDC_FIND_PREVIOUS 37002 23 #define IDC_FIND_PREVIOUS 37002
25 #define IDC_SHOW_HISTORY 40010 24 #define IDC_SHOW_HISTORY 40010
26 #define IDC_SHOW_BOOKMARK_MANAGER 40011 25 #define IDC_SHOW_BOOKMARK_MANAGER 40011
27 #define IDC_OPTIONS 40015 26 #define IDC_OPTIONS 40015
28 #define IDC_HELP_PAGE_VIA_MENU 40020 27 #define IDC_HELP_PAGE_VIA_MENU 40020
29 #define IDC_SHOW_TOOLS_MENU 40900 28 #define IDC_SHOW_TOOLS_MENU 40900
(...skipping 15 matching lines...) Expand all
45 #define IDC_SETUP_FOR_TESTING 40916 44 #define IDC_SETUP_FOR_TESTING 40916
46 #define IDC_SHOW_OTHER_DEVICES 40917 45 #define IDC_SHOW_OTHER_DEVICES 40917
47 #define IDC_CLOSE_ALL_INCOGNITO_TABS 40918 46 #define IDC_CLOSE_ALL_INCOGNITO_TABS 40918
48 #define IDC_SHOW_CONTEXTUAL_SEARCH_SETTINGS 40919 47 #define IDC_SHOW_CONTEXTUAL_SEARCH_SETTINGS 40919
49 #define IDC_CLOSE_SETTINGS_AND_OPEN_URL 40920 48 #define IDC_CLOSE_SETTINGS_AND_OPEN_URL 40920
50 #define IDC_REQUEST_DESKTOP_SITE 40921 49 #define IDC_REQUEST_DESKTOP_SITE 40921
51 #define IDC_REQUEST_MOBILE_SITE 40922 50 #define IDC_REQUEST_MOBILE_SITE 40922
52 #define IDC_CLEAR_BROWSING_DATA_IOS 40924 51 #define IDC_CLEAR_BROWSING_DATA_IOS 40924
53 #define IDC_SHOW_MAIL_COMPOSER 40926 52 #define IDC_SHOW_MAIL_COMPOSER 40926
54 #define IDC_RESET_ALL_WEBVIEWS 40928 53 #define IDC_RESET_ALL_WEBVIEWS 40928
55 #define IDC_SHARE_PAGE 40929
56 #define IDC_BACK_FORWARD_IN_TAB_HISTORY 40930 54 #define IDC_BACK_FORWARD_IN_TAB_HISTORY 40930
57 #define IDC_SHOW_PRIVACY_SETTINGS 40934 55 #define IDC_SHOW_PRIVACY_SETTINGS 40934
58 #define IDC_HIDE_SETTINGS_AND_SHOW_PRIVACY_SETTINGS 40935 56 #define IDC_HIDE_SETTINGS_AND_SHOW_PRIVACY_SETTINGS 40935
59 #define IDC_REPORT_AN_ISSUE 40936 57 #define IDC_REPORT_AN_ISSUE 40936
60 #define IDC_PRELOAD_VOICE_SEARCH 40937 58 #define IDC_PRELOAD_VOICE_SEARCH 40937
61 #define IDC_SHOW_BACK_HISTORY 40938 59 #define IDC_SHOW_BACK_HISTORY 40938
62 #define IDC_SHOW_FORWARD_HISTORY 40939 60 #define IDC_SHOW_FORWARD_HISTORY 40939
63 #define IDC_CLOSE_SETTINGS_AND_OPEN_NEW_INCOGNITO_TAB 40942 61 #define IDC_CLOSE_SETTINGS_AND_OPEN_NEW_INCOGNITO_TAB 40942
64 #define IDC_SHOW_ACCOUNTS_SETTINGS 40943 62 #define IDC_SHOW_ACCOUNTS_SETTINGS 40943
65 #define IDC_CLOSE_SETTINGS 40944 63 #define IDC_CLOSE_SETTINGS 40944
66 #define IDC_SHOW_SAVE_PASSWORDS_SETTINGS 40945 64 #define IDC_SHOW_SAVE_PASSWORDS_SETTINGS 40945
67 #define IDC_READER_MODE 40947 65 #define IDC_READER_MODE 40947
68 #define IDC_RATE_THIS_APP 40948 66 #define IDC_RATE_THIS_APP 40948
69 #define IDC_ADD_READING_LIST 40949 67 #define IDC_ADD_READING_LIST 40949
70 #define IDC_SHOW_READING_LIST 40950 68 #define IDC_SHOW_READING_LIST 40950
71 #define IDC_SHOW_CLEAR_BROWSING_DATA_SETTINGS 40951 69 #define IDC_SHOW_CLEAR_BROWSING_DATA_SETTINGS 40951
72 #define IDC_SHOW_SYNC_PASSPHRASE_SETTINGS 40952 70 #define IDC_SHOW_SYNC_PASSPHRASE_SETTINGS 40952
73 #define IDC_SHOW_QR_SCANNER 40953 71 #define IDC_SHOW_QR_SCANNER 40953
74 #define IDC_SHOW_AUTOFILL_SETTINGS 40956 72 #define IDC_SHOW_AUTOFILL_SETTINGS 40956
75 // clang-format on 73 // clang-format on
76 74
77 #endif // IOS_CHROME_BROWSER_UI_COMMANDS_IOS_COMMAND_IDS_H_ 75 #endif // IOS_CHROME_BROWSER_UI_COMMANDS_IOS_COMMAND_IDS_H_
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/commands/browser_commands.h ('k') | ios/chrome/browser/ui/key_commands_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698