| 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 27 matching lines...) Expand all Loading... |
| 38 | 38 |
| 39 extern const char kIOSForceVariationIds[]; | 39 extern const char kIOSForceVariationIds[]; |
| 40 extern const char kIOSMetricsRecordingOnly[]; | 40 extern const char kIOSMetricsRecordingOnly[]; |
| 41 extern const char kUserAgent[]; | 41 extern const char kUserAgent[]; |
| 42 | 42 |
| 43 extern const char kIOSHostResolverRules[]; | 43 extern const char kIOSHostResolverRules[]; |
| 44 extern const char kIOSIgnoreCertificateErrors[]; | 44 extern const char kIOSIgnoreCertificateErrors[]; |
| 45 extern const char kIOSTestingFixedHttpPort[]; | 45 extern const char kIOSTestingFixedHttpPort[]; |
| 46 extern const char kIOSTestingFixedHttpsPort[]; | 46 extern const char kIOSTestingFixedHttpsPort[]; |
| 47 | 47 |
| 48 // TODO(crbug.com/567136): this switches is duplicated between desktop | |
| 49 // and iOS. Once the corresponding code has been componentized or is no longer | |
| 50 // used by iOS, remove the duplicate definition. | |
| 51 extern const char kHistoryEnableGroupByDomain[]; | |
| 52 } // namespace switches | 48 } // namespace switches |
| 53 | 49 |
| 54 #endif // IOS_CHROME_BROWSER_CHROME_SWITCHES_H_ | 50 #endif // IOS_CHROME_BROWSER_CHROME_SWITCHES_H_ |
| OLD | NEW |