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

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

Issue 8872032: Added the AutoEnrollmentClient and unit tests for it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style cleanup, rebased Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #pragma once 9 #pragma once
10 10
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 extern const char kLoginUser[]; 326 extern const char kLoginUser[];
327 extern const char kLoginPassword[]; 327 extern const char kLoginPassword[];
328 extern const char kLoginUserWithNewPassword[]; 328 extern const char kLoginUserWithNewPassword[];
329 extern const char kParallelAuth[]; 329 extern const char kParallelAuth[];
330 extern const char kCandidateWindowLang[]; 330 extern const char kCandidateWindowLang[];
331 extern const char kGuestSession[]; 331 extern const char kGuestSession[];
332 extern const char kStubCros[]; 332 extern const char kStubCros[];
333 extern const char kScreenSaverUrl[]; 333 extern const char kScreenSaverUrl[];
334 extern const char kCompressSystemFeedback[]; 334 extern const char kCompressSystemFeedback[];
335 extern const char kAuthExtensionPath[]; 335 extern const char kAuthExtensionPath[];
336 extern const char kEnterpriseEnrollmentInitialModulus[];
337 extern const char kEnterpriseEnrollmentModulusLimit[];
336 #ifndef NDEBUG 338 #ifndef NDEBUG
337 extern const char kOobeSkipPostLogin[]; 339 extern const char kOobeSkipPostLogin[];
338 #endif 340 #endif
339 #endif 341 #endif
340 342
341 #if defined(OS_POSIX) 343 #if defined(OS_POSIX)
342 extern const char kEnableCrashReporter[]; 344 extern const char kEnableCrashReporter[];
343 extern const char kNoProcessSingletonDialog[]; 345 extern const char kNoProcessSingletonDialog[];
344 #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) 346 #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS)
345 extern const char kPasswordStore[]; 347 extern const char kPasswordStore[];
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 bool IsPrintPreviewEnabled(); 383 bool IsPrintPreviewEnabled();
382 384
383 bool IsInBrowserThumbnailingEnabled(); 385 bool IsInBrowserThumbnailingEnabled();
384 386
385 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 387 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
386 // alphabetical order, or in one of the ifdefs (also in order in each section). 388 // alphabetical order, or in one of the ifdefs (also in order in each section).
387 389
388 } // namespace switches 390 } // namespace switches
389 391
390 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 392 #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