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

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

Issue 657037: Add a metrics extensions API.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 extern const char kDisableWebSockets[]; 67 extern const char kDisableWebSockets[];
68 extern const char kDisableXSSAuditor[]; 68 extern const char kDisableXSSAuditor[];
69 extern const char kDiskCacheDir[]; 69 extern const char kDiskCacheDir[];
70 extern const char kDiskCacheSize[]; 70 extern const char kDiskCacheSize[];
71 extern const char kDnsLogDetails[]; 71 extern const char kDnsLogDetails[];
72 extern const char kDnsPrefetchDisable[]; 72 extern const char kDnsPrefetchDisable[];
73 extern const char kDomAutomationController[]; 73 extern const char kDomAutomationController[];
74 extern const char kDumpHistogramsOnExit[]; 74 extern const char kDumpHistogramsOnExit[];
75 extern const char kEnableBenchmarking[]; 75 extern const char kEnableBenchmarking[];
76 extern const char kEnableExperimentalExtensionApis[]; 76 extern const char kEnableExperimentalExtensionApis[];
77 extern const char kEnableMetricsExtensionApi[];
77 extern const char kEnableExperimentalWebGL[]; 78 extern const char kEnableExperimentalWebGL[];
78 extern const char kEnableExtensionApps[]; 79 extern const char kEnableExtensionApps[];
79 extern const char kEnableExtensionTimelineApi[]; 80 extern const char kEnableExtensionTimelineApi[];
80 extern const char kEnableExtensionToolstrips[]; 81 extern const char kEnableExtensionToolstrips[];
81 extern const char kEnableFastback[]; 82 extern const char kEnableFastback[];
82 extern const char kEnableFileCookies[]; 83 extern const char kEnableFileCookies[];
83 extern const char kEnableGeolocation[]; 84 extern const char kEnableGeolocation[];
84 extern const char kEnableGPUPlugin[]; 85 extern const char kEnableGPUPlugin[];
85 extern const char kEnableIndexedDatabase[]; 86 extern const char kEnableIndexedDatabase[];
86 extern const char kEnableIPv6[]; 87 extern const char kEnableIPv6[];
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 extern const char kGearsPluginPathOverride[]; 248 extern const char kGearsPluginPathOverride[];
248 extern const char kInvalidateSyncLogin[]; 249 extern const char kInvalidateSyncLogin[];
249 #endif 250 #endif
250 251
251 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 252 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
252 // alphabetical order, or in one of the ifdefs (also in order in each section). 253 // alphabetical order, or in one of the ifdefs (also in order in each section).
253 254
254 } // namespace switches 255 } // namespace switches
255 256
256 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 257 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698