| OLD | NEW |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 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_CHROME_SWITCHES_H_ | 5 #ifndef IOS_CHROME_BROWSER_CHROME_SWITCHES_H_ |
| 6 #define IOS_CHROME_BROWSER_CHROME_SWITCHES_H_ | 6 #define IOS_CHROME_BROWSER_CHROME_SWITCHES_H_ |
| 7 | 7 |
| 8 // Defines all the command-line switches used by iOS Chrome. | 8 // Defines all the command-line switches used by iOS Chrome. |
| 9 | 9 |
| 10 namespace switches { | 10 namespace switches { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 extern const char kEnableLRUSnapshotCache[]; | 31 extern const char kEnableLRUSnapshotCache[]; |
| 32 extern const char kEnableNTPFavicons[]; | 32 extern const char kEnableNTPFavicons[]; |
| 33 extern const char kEnableOfflineAutoReload[]; | 33 extern const char kEnableOfflineAutoReload[]; |
| 34 extern const char kEnablePaymentRequest[]; | 34 extern const char kEnablePaymentRequest[]; |
| 35 extern const char kEnableReaderModeToolbarIcon[]; | 35 extern const char kEnableReaderModeToolbarIcon[]; |
| 36 extern const char kEnableSpotlightActions[]; | 36 extern const char kEnableSpotlightActions[]; |
| 37 extern const char kEnableIOSPhysicalWeb[]; | 37 extern const char kEnableIOSPhysicalWeb[]; |
| 38 extern const char kEnableSuggestionsUI[]; | 38 extern const char kEnableSuggestionsUI[]; |
| 39 | 39 |
| 40 extern const char kIOSForceVariationIds[]; | 40 extern const char kIOSForceVariationIds[]; |
| 41 extern const char kIOSMetricsRecordingOnly[]; | |
| 42 extern const char kUserAgent[]; | 41 extern const char kUserAgent[]; |
| 43 | 42 |
| 44 extern const char kIOSHostResolverRules[]; | 43 extern const char kIOSHostResolverRules[]; |
| 45 extern const char kIOSIgnoreCertificateErrors[]; | 44 extern const char kIOSIgnoreCertificateErrors[]; |
| 46 extern const char kIOSTestingFixedHttpPort[]; | 45 extern const char kIOSTestingFixedHttpPort[]; |
| 47 extern const char kIOSTestingFixedHttpsPort[]; | 46 extern const char kIOSTestingFixedHttpsPort[]; |
| 48 | 47 |
| 49 } // namespace switches | 48 } // namespace switches |
| 50 | 49 |
| 51 #endif // IOS_CHROME_BROWSER_CHROME_SWITCHES_H_ | 50 #endif // IOS_CHROME_BROWSER_CHROME_SWITCHES_H_ |
| OLD | NEW |