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

Side by Side Diff: chrome/common/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
« no previous file with comments | « chrome/browser/metrics/metrics_service_browsertest.cc ('k') | chrome/common/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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // Defines the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 extern const char kInstallSupervisedUserWhitelists[]; 164 extern const char kInstallSupervisedUserWhitelists[];
165 extern const char kInstantProcess[]; 165 extern const char kInstantProcess[];
166 extern const char kInterestsURL[]; 166 extern const char kInterestsURL[];
167 extern const char kKeepAliveForTest[]; 167 extern const char kKeepAliveForTest[];
168 extern const char kKioskMode[]; 168 extern const char kKioskMode[];
169 extern const char kKioskModePrinting[]; 169 extern const char kKioskModePrinting[];
170 extern const char kLoadExtension[]; 170 extern const char kLoadExtension[];
171 extern const char kLoadMediaRouterComponentExtension[]; 171 extern const char kLoadMediaRouterComponentExtension[];
172 extern const char kMakeDefaultBrowser[]; 172 extern const char kMakeDefaultBrowser[];
173 extern const char kMediaCacheSize[]; 173 extern const char kMediaCacheSize[];
174 extern const char kMetricsRecordingOnly[];
175 extern const char kMonitoringDestinationID[]; 174 extern const char kMonitoringDestinationID[];
176 extern const char kNetLogCaptureMode[]; 175 extern const char kNetLogCaptureMode[];
177 extern const char kNoDefaultBrowserCheck[]; 176 extern const char kNoDefaultBrowserCheck[];
178 extern const char kNoExperiments[]; 177 extern const char kNoExperiments[];
179 extern const char kNoFirstRun[]; 178 extern const char kNoFirstRun[];
180 extern const char kNoPings[]; 179 extern const char kNoPings[];
181 extern const char kNoProxyServer[]; 180 extern const char kNoProxyServer[];
182 extern const char kNoServiceAutorun[]; 181 extern const char kNoServiceAutorun[];
183 extern const char kNoStartupWindow[]; 182 extern const char kNoStartupWindow[];
184 extern const char kNoSupervisedUserAcknowledgmentCheck[]; 183 extern const char kNoSupervisedUserAcknowledgmentCheck[];
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 #if defined(OS_WIN) 371 #if defined(OS_WIN)
373 bool GDITextPrintingEnabled(); 372 bool GDITextPrintingEnabled();
374 #endif 373 #endif
375 374
376 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 375 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
377 // alphabetical order, or in one of the ifdefs (also in order in each section). 376 // alphabetical order, or in one of the ifdefs (also in order in each section).
378 377
379 } // namespace switches 378 } // namespace switches
380 379
381 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 380 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/metrics/metrics_service_browsertest.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698