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

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

Issue 20593003: Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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/browser/ui/cocoa/view_id_util_browsertest.mm ('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 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 extern const char kEnableAutologin[]; 158 extern const char kEnableAutologin[];
159 extern const char kEnableBenchmarking[]; 159 extern const char kEnableBenchmarking[];
160 extern const char kEnableBookmarkSyncPromo[]; 160 extern const char kEnableBookmarkSyncPromo[];
161 extern const char kEnableCloudPolicyPush[]; 161 extern const char kEnableCloudPolicyPush[];
162 extern const char kEnableCloudPrintProxy[]; 162 extern const char kEnableCloudPrintProxy[];
163 extern const char kEnableComponentCloudPolicy[]; 163 extern const char kEnableComponentCloudPolicy[];
164 extern const char kEnableContacts[]; 164 extern const char kEnableContacts[];
165 extern const char kEnableDeviceDiscovery[]; 165 extern const char kEnableDeviceDiscovery[];
166 extern const char kEnableDevToolsExperiments[]; 166 extern const char kEnableDevToolsExperiments[];
167 extern const char kEnableDnsProbes[]; 167 extern const char kEnableDnsProbes[];
168 extern const char kEnableExperimentalExtensionApis[];
169 extern const char kEnableExtensionActivityLogging[]; 168 extern const char kEnableExtensionActivityLogging[];
170 extern const char kEnableExtensionActivityLogTesting[]; 169 extern const char kEnableExtensionActivityLogTesting[];
171 extern const char kEnableFastUnload[]; 170 extern const char kEnableFastUnload[];
172 extern const char kEnableFileCookies[]; 171 extern const char kEnableFileCookies[];
173 extern const char kEnableGoogleNowIntegration[]; 172 extern const char kEnableGoogleNowIntegration[];
174 extern const char kEnableHttp2Draft04[]; 173 extern const char kEnableHttp2Draft04[];
175 extern const char kEnableInstantExtendedAPI[]; 174 extern const char kEnableInstantExtendedAPI[];
176 extern const char kEnableIPCFuzzing[]; 175 extern const char kEnableIPCFuzzing[];
177 extern const char kEnableIPPooling[]; 176 extern const char kEnableIPPooling[];
178 extern const char kEnableIPv6[]; 177 extern const char kEnableIPv6[];
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 #else 454 #else
456 extern const char kEnablePrintPreview[]; 455 extern const char kEnablePrintPreview[];
457 #endif 456 #endif
458 457
459 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 458 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
460 // alphabetical order, or in one of the ifdefs (also in order in each section). 459 // alphabetical order, or in one of the ifdefs (also in order in each section).
461 460
462 } // namespace switches 461 } // namespace switches
463 462
464 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 463 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/view_id_util_browsertest.mm ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698