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

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

Issue 11946017: Remove old cloud policy code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits. Created 7 years, 11 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/common/chrome_switches.h ('k') | chrome/test/pyautolib/pyauto.py » ('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 #include "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 const char kDisableBookmarkAutocompleteProvider[] = 273 const char kDisableBookmarkAutocompleteProvider[] =
274 "disable-bookmark-autocomplete-provider"; 274 "disable-bookmark-autocomplete-provider";
275 275
276 // Disables the client-side phishing detection feature. Note that even if 276 // Disables the client-side phishing detection feature. Note that even if
277 // client-side phishing detection is enabled, it will only be active if the 277 // client-side phishing detection is enabled, it will only be active if the
278 // user has opted in to UMA stats and SafeBrowsing is enabled in the 278 // user has opted in to UMA stats and SafeBrowsing is enabled in the
279 // preferences. 279 // preferences.
280 const char kDisableClientSidePhishingDetection[] = 280 const char kDisableClientSidePhishingDetection[] =
281 "disable-client-side-phishing-detection"; 281 "disable-client-side-phishing-detection";
282 282
283 // Disables the new cloud policy stack.
284 const char kDisableCloudPolicyService[] = "disable-cloud-policy-service";
285
286 const char kDisableComponentUpdate[] = "disable-component-update"; 283 const char kDisableComponentUpdate[] = "disable-component-update";
287 284
288 // Disables establishing certificate revocation information by downloading a 285 // Disables establishing certificate revocation information by downloading a
289 // set of CRLs rather than performing on-line checks. 286 // set of CRLs rather than performing on-line checks.
290 const char kDisableCRLSets[] = "disable-crl-sets"; 287 const char kDisableCRLSets[] = "disable-crl-sets";
291 288
292 // Disables the custom JumpList on Windows 7. 289 // Disables the custom JumpList on Windows 7.
293 const char kDisableCustomJumpList[] = "disable-custom-jumplist"; 290 const char kDisableCustomJumpList[] = "disable-custom-jumplist";
294 291
295 // Disables installation of default apps on first run. This is used during 292 // Disables installation of default apps on first run. This is used during
(...skipping 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 1618
1622 // ----------------------------------------------------------------------------- 1619 // -----------------------------------------------------------------------------
1623 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1620 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1624 // 1621 //
1625 // You were going to just dump your switches here, weren't you? Instead, please 1622 // You were going to just dump your switches here, weren't you? Instead, please
1626 // put them in alphabetical order above, or in order inside the appropriate 1623 // put them in alphabetical order above, or in order inside the appropriate
1627 // ifdef at the bottom. The order should match the header. 1624 // ifdef at the bottom. The order should match the header.
1628 // ----------------------------------------------------------------------------- 1625 // -----------------------------------------------------------------------------
1629 1626
1630 } // namespace switches 1627 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698