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

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

Issue 197313007: Add Easy Unlock options to chrome://settings behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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_browser_chromeos.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) 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 extern const char kEnableAuthNegotiatePort[]; 143 extern const char kEnableAuthNegotiatePort[];
144 extern const char kEnableAutologin[]; 144 extern const char kEnableAutologin[];
145 extern const char kEnableAutomationAPI[]; 145 extern const char kEnableAutomationAPI[];
146 extern const char kEnableBenchmarking[]; 146 extern const char kEnableBenchmarking[];
147 extern const char kEnableClientHints[]; 147 extern const char kEnableClientHints[];
148 extern const char kEnableBookmarkUndo[]; 148 extern const char kEnableBookmarkUndo[];
149 extern const char kEnableCloudPrintProxy[]; 149 extern const char kEnableCloudPrintProxy[];
150 extern const char kEnableDevToolsExperiments[]; 150 extern const char kEnableDevToolsExperiments[];
151 extern const char kEnableDeviceDiscoveryNotifications[]; 151 extern const char kEnableDeviceDiscoveryNotifications[];
152 extern const char kEnableDomDistiller[]; 152 extern const char kEnableDomDistiller[];
153 extern const char kEnhancedBookmarksExperiment[];
153 extern const char kEnableDomainReliability[]; 154 extern const char kEnableDomainReliability[];
155 extern const char kEnableEasyUnlock[];
154 extern const char kEnableEnhancedBookmarks[]; 156 extern const char kEnableEnhancedBookmarks[];
155 extern const char kEnableEphemeralApps[]; 157 extern const char kEnableEphemeralApps[];
156 extern const char kEnableExtensionActivityLogging[]; 158 extern const char kEnableExtensionActivityLogging[];
157 extern const char kEnableExtensionActivityLogTesting[]; 159 extern const char kEnableExtensionActivityLogTesting[];
158 extern const char kEnableFastUnload[]; 160 extern const char kEnableFastUnload[];
159 extern const char kEnableGoogleNowIntegration[]; 161 extern const char kEnableGoogleNowIntegration[];
160 extern const char kEnableHttp2Draft04[]; 162 extern const char kEnableHttp2Draft04[];
161 extern const char kEnableWebBasedSignin[]; 163 extern const char kEnableWebBasedSignin[];
162 extern const char kEnableIPv6[]; 164 extern const char kEnableIPv6[];
163 extern const char kEnableLinkableEphemeralApps[]; 165 extern const char kEnableLinkableEphemeralApps[];
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 #else 442 #else
441 extern const char kEnablePrintPreview[]; 443 extern const char kEnablePrintPreview[];
442 #endif 444 #endif
443 445
444 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 446 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
445 // alphabetical order, or in one of the ifdefs (also in order in each section). 447 // alphabetical order, or in one of the ifdefs (also in order in each section).
446 448
447 } // namespace switches 449 } // namespace switches
448 450
449 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 451 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698