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

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

Issue 10855244: Remove the --enable-device-policy and --enable-onc-policy flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated comment Created 8 years, 3 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 // Keep switches in alphabetical order. 381 // Keep switches in alphabetical order.
382 extern const char kAshWebUIInit[]; 382 extern const char kAshWebUIInit[];
383 extern const char kDisableBootAnimation[]; 383 extern const char kDisableBootAnimation[];
384 extern const char kDisableGData[]; 384 extern const char kDisableGData[];
385 extern const char kDisableHtml5Camera[]; 385 extern const char kDisableHtml5Camera[];
386 extern const char kDisableLoginAnimations[]; 386 extern const char kDisableLoginAnimations[];
387 extern const char kDisableNewOobe[]; 387 extern const char kDisableNewOobe[];
388 extern const char kDisableOobeAnimation[]; 388 extern const char kDisableOobeAnimation[];
389 extern const char kEnableTouchpadThreeFingerClick[]; 389 extern const char kEnableTouchpadThreeFingerClick[];
390 extern const char kSkipOAuthLogin[]; 390 extern const char kSkipOAuthLogin[];
391 extern const char kEnableDevicePolicy[];
392 extern const char kEnableDriveV2Api[]; 391 extern const char kEnableDriveV2Api[];
393 extern const char kUseLevelDBForGData[]; 392 extern const char kUseLevelDBForGData[];
394 extern const char kEnableGView[]; 393 extern const char kEnableGView[];
395 extern const char kEnableKioskMode[]; 394 extern const char kEnableKioskMode[];
396 extern const char kEnableONCPolicy[];
397 extern const char kEnableStaticIPConfig[]; 395 extern const char kEnableStaticIPConfig[];
398 extern const char kEnableUnsupportedBluetoothDevices[]; 396 extern const char kEnableUnsupportedBluetoothDevices[];
399 extern const char kExperimentalWallpaperUI[]; 397 extern const char kExperimentalWallpaperUI[];
400 extern const char kFirstBoot[]; 398 extern const char kFirstBoot[];
401 extern const char kKioskModeScreensaverPath[]; 399 extern const char kKioskModeScreensaverPath[];
402 extern const char kLoginManager[]; 400 extern const char kLoginManager[];
403 // TODO(avayvod): Remove this flag when it's unnecessary for testing 401 // TODO(avayvod): Remove this flag when it's unnecessary for testing
404 // purposes. 402 // purposes.
405 extern const char kLoginScreen[]; 403 extern const char kLoginScreen[];
406 extern const char kLoginScreenSize[]; 404 extern const char kLoginScreenSize[];
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 #else 458 #else
461 extern const char kEnablePrintPreview[]; 459 extern const char kEnablePrintPreview[];
462 #endif 460 #endif
463 461
464 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 462 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
465 // alphabetical order, or in one of the ifdefs (also in order in each section). 463 // alphabetical order, or in one of the ifdefs (also in order in each section).
466 464
467 } // namespace switches 465 } // namespace switches
468 466
469 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 467 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698