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

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

Issue 22409002: Remove managed user registration timeout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review 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
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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 extern const char kMultiProfiles[]; 263 extern const char kMultiProfiles[];
264 extern const char kNativeMessagingHosts[]; 264 extern const char kNativeMessagingHosts[];
265 extern const char kNetLogLevel[]; 265 extern const char kNetLogLevel[];
266 extern const char kNewProfileManagement[]; 266 extern const char kNewProfileManagement[];
267 extern const char kNoDefaultBrowserCheck[]; 267 extern const char kNoDefaultBrowserCheck[];
268 extern const char kNoDisplayingInsecureContent[]; 268 extern const char kNoDisplayingInsecureContent[];
269 extern const char kNoEvents[]; 269 extern const char kNoEvents[];
270 extern const char kNoExperiments[]; 270 extern const char kNoExperiments[];
271 extern const char kNoFirstRun[]; 271 extern const char kNoFirstRun[];
272 extern const char kNoJsRandomness[]; 272 extern const char kNoJsRandomness[];
273 extern const char kNoManagedUserRegistrationTimeout[];
274 extern const char kNoNetworkProfileWarning[]; 273 extern const char kNoNetworkProfileWarning[];
275 extern const char kNoProxyServer[]; 274 extern const char kNoProxyServer[];
276 extern const char kNoPings[]; 275 extern const char kNoPings[];
277 extern const char kNoServiceAutorun[]; 276 extern const char kNoServiceAutorun[];
278 extern const char kNoStartupWindow[]; 277 extern const char kNoStartupWindow[];
279 extern const char kNoManagedUserAcknowledgmentCheck[]; 278 extern const char kNoManagedUserAcknowledgmentCheck[];
280 extern const char kNtpAppInstallHint[]; 279 extern const char kNtpAppInstallHint[];
281 extern const char kNumPacThreads[]; 280 extern const char kNumPacThreads[];
282 extern const char kOnlyBlockSettingThirdPartyCookies[]; 281 extern const char kOnlyBlockSettingThirdPartyCookies[];
283 extern const char kOpenInNewWindow[]; 282 extern const char kOpenInNewWindow[];
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 #else 457 #else
459 extern const char kEnablePrintPreview[]; 458 extern const char kEnablePrintPreview[];
460 #endif 459 #endif
461 460
462 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 461 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
463 // alphabetical order, or in one of the ifdefs (also in order in each section). 462 // alphabetical order, or in one of the ifdefs (also in order in each section).
464 463
465 } // namespace switches 464 } // namespace switches
466 465
467 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 466 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698