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

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

Issue 1498813002: [TTS] Add command to open Touch to search preferences. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 40919 Created 5 years 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 | « no previous file | no next file » | 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 15 matching lines...) Expand all
26 #define IDC_FIND_UPDATE 40908 26 #define IDC_FIND_UPDATE 40908
27 #define IDC_CLOSE_MODALS 40909 27 #define IDC_CLOSE_MODALS 40909
28 #define IDC_SHOW_PAGE_INFO 40911 28 #define IDC_SHOW_PAGE_INFO 40911
29 #define IDC_HIDE_PAGE_INFO 40912 29 #define IDC_HIDE_PAGE_INFO 40912
30 #define IDC_SHOW_SECURITY_HELP 40913 30 #define IDC_SHOW_SECURITY_HELP 40913
31 #define IDC_SHOW_SYNC_SETTINGS 40914 31 #define IDC_SHOW_SYNC_SETTINGS 40914
32 #define IDC_OPEN_URL 40915 32 #define IDC_OPEN_URL 40915
33 #define IDC_SETUP_FOR_TESTING 40916 33 #define IDC_SETUP_FOR_TESTING 40916
34 #define IDC_SHOW_OTHER_DEVICES 40917 34 #define IDC_SHOW_OTHER_DEVICES 40917
35 #define IDC_CLOSE_ALL_INCOGNITO_TABS 40918 35 #define IDC_CLOSE_ALL_INCOGNITO_TABS 40918
36 #define IDC_SHOW_CONTEXTUAL_SEARCH_SETTINGS 40919
36 #define IDC_CLOSE_SETTINGS_AND_OPEN_URL 40920 37 #define IDC_CLOSE_SETTINGS_AND_OPEN_URL 40920
37 #define IDC_REQUEST_DESKTOP_SITE 40921 38 #define IDC_REQUEST_DESKTOP_SITE 40921
38 #define IDC_CLEAR_BROWSING_DATA_IOS 40924 39 #define IDC_CLEAR_BROWSING_DATA_IOS 40924
39 #define IDC_SHOW_SIGN_IN_WITH_RESHARE_ON_COMPLETION 40925 40 #define IDC_SHOW_SIGN_IN_WITH_RESHARE_ON_COMPLETION 40925
40 #define IDC_SHOW_MAIL_COMPOSER 40926 41 #define IDC_SHOW_MAIL_COMPOSER 40926
41 #define IDC_BACK_TO_CALLING_APP 40927 42 #define IDC_BACK_TO_CALLING_APP 40927
42 #define IDC_RESET_ALL_WEBVIEWS 40928 43 #define IDC_RESET_ALL_WEBVIEWS 40928
43 #define IDC_SHARE_PAGE 40929 44 #define IDC_SHARE_PAGE 40929
44 #define IDC_BACK_FORWARD_IN_TAB_HISTORY 40930 45 #define IDC_BACK_FORWARD_IN_TAB_HISTORY 40930
45 #define IDC_SHOW_GOOGLE_APPS_SETTINGS 40931 46 #define IDC_SHOW_GOOGLE_APPS_SETTINGS 40931
46 #define IDC_SHOW_SIGN_IN_WITH_PRINT_ON_COMPLETION 40933 47 #define IDC_SHOW_SIGN_IN_WITH_PRINT_ON_COMPLETION 40933
47 #define IDC_SHOW_PRIVACY_SETTINGS 40934 48 #define IDC_SHOW_PRIVACY_SETTINGS 40934
48 #define IDC_HIDE_SETTINGS_AND_SHOW_PRIVACY_SETTINGS 40935 49 #define IDC_HIDE_SETTINGS_AND_SHOW_PRIVACY_SETTINGS 40935
49 #define IDC_REPORT_AN_ISSUE 40936 50 #define IDC_REPORT_AN_ISSUE 40936
50 #define IDC_PRELOAD_VOICE_SEARCH 40937 51 #define IDC_PRELOAD_VOICE_SEARCH 40937
51 #define IDC_SHOW_BACK_HISTORY 40938 52 #define IDC_SHOW_BACK_HISTORY 40938
52 #define IDC_SHOW_FORWARD_HISTORY 40939 53 #define IDC_SHOW_FORWARD_HISTORY 40939
53 #define IDC_SHOW_PROXY_SETTINGS 40940 54 #define IDC_SHOW_PROXY_SETTINGS 40940
54 #define IDC_CLOSE_SETTINGS_AND_OPEN_NEW_INCOGNITO_TAB 40942 55 #define IDC_CLOSE_SETTINGS_AND_OPEN_NEW_INCOGNITO_TAB 40942
55 #define IDC_SHOW_ACCOUNTS_SETTINGS 40943 56 #define IDC_SHOW_ACCOUNTS_SETTINGS 40943
56 #define IDC_CLOSE_SETTINGS 40944 57 #define IDC_CLOSE_SETTINGS 40944
57 #define IDC_SHOW_SAVE_PASSWORDS_SETTINGS 40945 58 #define IDC_SHOW_SAVE_PASSWORDS_SETTINGS 40945
58 #define IDC_READER_MODE 40947 59 #define IDC_READER_MODE 40947
59 #define IDC_RATE_THIS_APP 40948 60 #define IDC_RATE_THIS_APP 40948
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_
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698