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

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

Issue 23475018: Added cloud policy registration and fetch types for iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 extern const char kWindowPosition[]; 395 extern const char kWindowPosition[];
396 extern const char kWindowSize[]; 396 extern const char kWindowSize[];
397 extern const char kWinHttpProxyResolver[]; 397 extern const char kWinHttpProxyResolver[];
398 398
399 #if defined(ENABLE_PLUGIN_INSTALLATION) 399 #if defined(ENABLE_PLUGIN_INSTALLATION)
400 extern const char kPluginsMetadataServerURL[]; 400 extern const char kPluginsMetadataServerURL[];
401 #endif 401 #endif
402 402
403 #if defined(OS_ANDROID) || defined(OS_IOS) 403 #if defined(OS_ANDROID) || defined(OS_IOS)
404 extern const char kEnableSpdyProxyAuth[]; 404 extern const char kEnableSpdyProxyAuth[];
405 extern const char kFakeCloudPolicyType[];
405 #endif // defined(OS_ANDROID) || defined(OS_IOS) 406 #endif // defined(OS_ANDROID) || defined(OS_IOS)
406 407
407 #if defined(OS_ANDROID) 408 #if defined(OS_ANDROID)
408 extern const char kEnableAccessibilityTabSwitcher[]; 409 extern const char kEnableAccessibilityTabSwitcher[];
409 extern const char kEnableNewNTP[]; 410 extern const char kEnableNewNTP[];
410 extern const char kEnableTranslate[]; 411 extern const char kEnableTranslate[];
411 extern const char kFakeCloudPolicyType[];
412 extern const char kTabletUI[]; 412 extern const char kTabletUI[];
413 #endif 413 #endif
414 414
415 #if defined(USE_ASH) 415 #if defined(USE_ASH)
416 extern const char kAshDisableTabScrubbing[]; 416 extern const char kAshDisableTabScrubbing[];
417 extern const char kOpenAsh[]; 417 extern const char kOpenAsh[];
418 #endif 418 #endif
419 419
420 #if defined(OS_POSIX) 420 #if defined(OS_POSIX)
421 extern const char kEnableCrashReporterForTesting[]; 421 extern const char kEnableCrashReporterForTesting[];
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 #else 459 #else
460 extern const char kEnablePrintPreview[]; 460 extern const char kEnablePrintPreview[];
461 #endif 461 #endif
462 462
463 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 463 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
464 // alphabetical order, or in one of the ifdefs (also in order in each section). 464 // alphabetical order, or in one of the ifdefs (also in order in each section).
465 465
466 } // namespace switches 466 } // namespace switches
467 467
468 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 468 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/proto/cloud/device_management_backend.proto ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698