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

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

Issue 2933953002: Make --enable-benchmarking not affect metrics recording. (Closed)
Patch Set: Created 3 years, 6 months 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
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 20 matching lines...) Expand all
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_
OLDNEW
« no previous file with comments | « components/metrics_services_manager/metrics_services_manager_client.h ('k') | ios/chrome/browser/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698