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

Side by Side Diff: chrome/common/chrome_switches.h

Issue 2382503002: Cleanup histograms from message loop, as well as kHexRangePrintingFlag. (Closed)
Patch Set: make flag comment nicer Created 4 years, 2 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/chrome_content_browser_client.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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 extern const char kLoadComponentExtension[]; 183 extern const char kLoadComponentExtension[];
184 extern const char kLoadExtension[]; 184 extern const char kLoadExtension[];
185 extern const char kMakeDefaultBrowser[]; 185 extern const char kMakeDefaultBrowser[];
186 extern const char kMaterialSecurityVerbose[]; 186 extern const char kMaterialSecurityVerbose[];
187 extern const char kMaterialSecurityVerboseShowAllAnimated[]; 187 extern const char kMaterialSecurityVerboseShowAllAnimated[];
188 extern const char kMaterialSecurityVerboseShowAllNonAnimated[]; 188 extern const char kMaterialSecurityVerboseShowAllNonAnimated[];
189 extern const char kMaterialSecurityVerboseShowNonSecureAnimated[]; 189 extern const char kMaterialSecurityVerboseShowNonSecureAnimated[];
190 extern const char kMaterialSecurityVerboseShowNonSecureNonAnimated[]; 190 extern const char kMaterialSecurityVerboseShowNonSecureNonAnimated[];
191 extern const char kMediaCacheSize[]; 191 extern const char kMediaCacheSize[];
192 extern const char kMediaRouter[]; 192 extern const char kMediaRouter[];
193 extern const char kMessageLoopHistogrammer[];
194 extern const char kMetricsRecordingOnly[]; 193 extern const char kMetricsRecordingOnly[];
195 extern const char kMonitoringDestinationID[]; 194 extern const char kMonitoringDestinationID[];
196 extern const char kNetLogCaptureMode[]; 195 extern const char kNetLogCaptureMode[];
197 extern const char kNoDefaultBrowserCheck[]; 196 extern const char kNoDefaultBrowserCheck[];
198 extern const char kNoExperiments[]; 197 extern const char kNoExperiments[];
199 extern const char kNoFirstRun[]; 198 extern const char kNoFirstRun[];
200 extern const char kNoPings[]; 199 extern const char kNoPings[];
201 extern const char kNoProxyServer[]; 200 extern const char kNoProxyServer[];
202 extern const char kNoServiceAutorun[]; 201 extern const char kNoServiceAutorun[];
203 extern const char kNoStartupWindow[]; 202 extern const char kNoStartupWindow[];
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 #if defined(OS_CHROMEOS) 405 #if defined(OS_CHROMEOS)
407 bool PowerOverlayEnabled(); 406 bool PowerOverlayEnabled();
408 #endif 407 #endif
409 408
410 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 409 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
411 // alphabetical order, or in one of the ifdefs (also in order in each section). 410 // alphabetical order, or in one of the ifdefs (also in order in each section).
412 411
413 } // namespace switches 412 } // namespace switches
414 413
415 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 414 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698