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

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

Issue 2899213002: Removed NativeAppsCollectionViewController and related code. (Closed)
Patch Set: removed StoreKit.framework Created 3 years, 6 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 | « ios/chrome/app/main_controller.mm ('k') | ios/chrome/browser/ui/settings/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 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 #define IDC_CLOSE_ALL_INCOGNITO_TABS 40918 51 #define IDC_CLOSE_ALL_INCOGNITO_TABS 40918
52 #define IDC_SHOW_CONTEXTUAL_SEARCH_SETTINGS 40919 52 #define IDC_SHOW_CONTEXTUAL_SEARCH_SETTINGS 40919
53 #define IDC_CLOSE_SETTINGS_AND_OPEN_URL 40920 53 #define IDC_CLOSE_SETTINGS_AND_OPEN_URL 40920
54 #define IDC_REQUEST_DESKTOP_SITE 40921 54 #define IDC_REQUEST_DESKTOP_SITE 40921
55 #define IDC_REQUEST_MOBILE_SITE 40922 55 #define IDC_REQUEST_MOBILE_SITE 40922
56 #define IDC_CLEAR_BROWSING_DATA_IOS 40924 56 #define IDC_CLEAR_BROWSING_DATA_IOS 40924
57 #define IDC_SHOW_MAIL_COMPOSER 40926 57 #define IDC_SHOW_MAIL_COMPOSER 40926
58 #define IDC_RESET_ALL_WEBVIEWS 40928 58 #define IDC_RESET_ALL_WEBVIEWS 40928
59 #define IDC_SHARE_PAGE 40929 59 #define IDC_SHARE_PAGE 40929
60 #define IDC_BACK_FORWARD_IN_TAB_HISTORY 40930 60 #define IDC_BACK_FORWARD_IN_TAB_HISTORY 40930
61 #define IDC_SHOW_GOOGLE_APPS_SETTINGS 40931
62 #define IDC_SHOW_PRIVACY_SETTINGS 40934 61 #define IDC_SHOW_PRIVACY_SETTINGS 40934
63 #define IDC_HIDE_SETTINGS_AND_SHOW_PRIVACY_SETTINGS 40935 62 #define IDC_HIDE_SETTINGS_AND_SHOW_PRIVACY_SETTINGS 40935
64 #define IDC_REPORT_AN_ISSUE 40936 63 #define IDC_REPORT_AN_ISSUE 40936
65 #define IDC_PRELOAD_VOICE_SEARCH 40937 64 #define IDC_PRELOAD_VOICE_SEARCH 40937
66 #define IDC_SHOW_BACK_HISTORY 40938 65 #define IDC_SHOW_BACK_HISTORY 40938
67 #define IDC_SHOW_FORWARD_HISTORY 40939 66 #define IDC_SHOW_FORWARD_HISTORY 40939
68 #define IDC_CLOSE_SETTINGS_AND_OPEN_NEW_INCOGNITO_TAB 40942 67 #define IDC_CLOSE_SETTINGS_AND_OPEN_NEW_INCOGNITO_TAB 40942
69 #define IDC_SHOW_ACCOUNTS_SETTINGS 40943 68 #define IDC_SHOW_ACCOUNTS_SETTINGS 40943
70 #define IDC_CLOSE_SETTINGS 40944 69 #define IDC_CLOSE_SETTINGS 40944
71 #define IDC_SHOW_SAVE_PASSWORDS_SETTINGS 40945 70 #define IDC_SHOW_SAVE_PASSWORDS_SETTINGS 40945
72 #define IDC_READER_MODE 40947 71 #define IDC_READER_MODE 40947
73 #define IDC_RATE_THIS_APP 40948 72 #define IDC_RATE_THIS_APP 40948
74 #define IDC_ADD_READING_LIST 40949 73 #define IDC_ADD_READING_LIST 40949
75 #define IDC_SHOW_READING_LIST 40950 74 #define IDC_SHOW_READING_LIST 40950
76 #define IDC_SHOW_CLEAR_BROWSING_DATA_SETTINGS 40951 75 #define IDC_SHOW_CLEAR_BROWSING_DATA_SETTINGS 40951
77 #define IDC_SHOW_SYNC_PASSPHRASE_SETTINGS 40952 76 #define IDC_SHOW_SYNC_PASSPHRASE_SETTINGS 40952
78 #define IDC_SHOW_QR_SCANNER 40953 77 #define IDC_SHOW_QR_SCANNER 40953
79 #define IDC_SHOW_SUGGESTIONS 40955 78 #define IDC_SHOW_SUGGESTIONS 40955
80 #define IDC_SHOW_AUTOFILL_SETTINGS 40956 79 #define IDC_SHOW_AUTOFILL_SETTINGS 40956
81 // clang-format on 80 // clang-format on
82 81
83 #endif // IOS_CHROME_BROWSER_UI_COMMANDS_IOS_COMMAND_IDS_H_ 82 #endif // IOS_CHROME_BROWSER_UI_COMMANDS_IOS_COMMAND_IDS_H_
OLDNEW
« no previous file with comments | « ios/chrome/app/main_controller.mm ('k') | ios/chrome/browser/ui/settings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698