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

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

Issue 11264053: Added switch to guard all autofill new elements work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added flag to experiments for autofill new elements. Created 8 years, 1 month 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
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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 extern const char kDisableWebResources[]; 124 extern const char kDisableWebResources[];
125 extern const char kDisableWebsiteSettings[]; 125 extern const char kDisableWebsiteSettings[];
126 extern const char kDisableZeroBrowsersOpenForTests[]; 126 extern const char kDisableZeroBrowsersOpenForTests[];
127 extern const char kDiskCacheDir[]; 127 extern const char kDiskCacheDir[];
128 extern const char kDiskCacheSize[]; 128 extern const char kDiskCacheSize[];
129 extern const char kDnsLogDetails[]; 129 extern const char kDnsLogDetails[];
130 extern const char kDnsPrefetchDisable[]; 130 extern const char kDnsPrefetchDisable[];
131 extern const char kDumpHistogramsOnExit[]; 131 extern const char kDumpHistogramsOnExit[];
132 extern const char kEnableAsyncDns[]; 132 extern const char kEnableAsyncDns[];
133 extern const char kEnableAuthNegotiatePort[]; 133 extern const char kEnableAuthNegotiatePort[];
134 extern const char kEnableAutofillNewElements[];
134 extern const char kEnableAutologin[]; 135 extern const char kEnableAutologin[];
135 extern const char kEnableBenchmarking[]; 136 extern const char kEnableBenchmarking[];
136 extern const char kEnableBundledPpapiFlash[]; 137 extern const char kEnableBundledPpapiFlash[];
137 extern const char kEnableCloudPolicyService[]; 138 extern const char kEnableCloudPolicyService[];
138 extern const char kEnableCloudPrintProxy[]; 139 extern const char kEnableCloudPrintProxy[];
139 extern const char kEnableContacts[]; 140 extern const char kEnableContacts[];
140 extern const char kEnableCrxlessWebApps[]; 141 extern const char kEnableCrxlessWebApps[];
141 extern const char kEnableDevToolsExperiments[]; 142 extern const char kEnableDevToolsExperiments[];
142 extern const char kEnableDriveV2Api[]; 143 extern const char kEnableDriveV2Api[];
143 extern const char kEasyOffStoreExtensionInstall[]; 144 extern const char kEasyOffStoreExtensionInstall[];
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 454
454 namespace chrome { 455 namespace chrome {
455 456
456 // Returns true if the new frameless constrained window style is enabled. 457 // Returns true if the new frameless constrained window style is enabled.
457 // TODO(sail): Remove this once the feature is fully baked. 458 // TODO(sail): Remove this once the feature is fully baked.
458 bool IsFramelessConstrainedDialogEnabled(); 459 bool IsFramelessConstrainedDialogEnabled();
459 460
460 } // namespace chrome 461 } // namespace chrome
461 462
462 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 463 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698