| 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 18 matching lines...) Expand all Loading... |
| 29 extern const char kEnableNTPFavicons[]; | 29 extern const char kEnableNTPFavicons[]; |
| 30 extern const char kEnableOfflineAutoReload[]; | 30 extern const char kEnableOfflineAutoReload[]; |
| 31 extern const char kEnableReaderModeToolbarIcon[]; | 31 extern const char kEnableReaderModeToolbarIcon[]; |
| 32 extern const char kEnableTabSwitcher[]; | 32 extern const char kEnableTabSwitcher[]; |
| 33 extern const char kEnableLRUSnapshotCache[]; | 33 extern const char kEnableLRUSnapshotCache[]; |
| 34 | 34 |
| 35 extern const char kIOSMetricsRecordingOnly[]; | 35 extern const char kIOSMetricsRecordingOnly[]; |
| 36 extern const char kUserAgent[]; | 36 extern const char kUserAgent[]; |
| 37 | 37 |
| 38 extern const char kIOSHostResolverRules[]; | 38 extern const char kIOSHostResolverRules[]; |
| 39 extern const char kIOSTestingFixedHttpPort[]; |
| 40 extern const char kIOSTestingFixedHttpsPort[]; |
| 39 | 41 |
| 40 } // namespace switches | 42 } // namespace switches |
| 41 | 43 |
| 42 #endif // IOS_CHROME_BROWSER_CHROME_SWITCHES_H_ | 44 #endif // IOS_CHROME_BROWSER_CHROME_SWITCHES_H_ |
| OLD | NEW |