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

Side by Side Diff: ios/chrome/browser/chrome_switches.h

Issue 1456023002: Add variable for --testing-fixed-https?-port switches on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@io-thread-host-resolver
Patch Set: Created 5 years, 1 month 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 | ios/chrome/browser/chrome_switches.cc » ('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 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
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_
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698