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

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

Issue 2257363002: Define EnabledComponentUpdates group policy for the component updater. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@callback
Patch Set: Removed policy group. Reworded comment. Created 4 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('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/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/macros.h" 7 #include "base/macros.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/common/pref_font_webkit_names.h" 9 #include "chrome/common/pref_font_webkit_names.h"
10 10
(...skipping 2238 matching lines...) Expand 10 before | Expand all | Expand 10 after
2249 "media_router.firstrunflow.acknowledged"; 2249 "media_router.firstrunflow.acknowledged";
2250 #endif 2250 #endif
2251 2251
2252 // The base64-encoded representation of the public key to use to validate origin 2252 // The base64-encoded representation of the public key to use to validate origin
2253 // trial token signatures. 2253 // trial token signatures.
2254 const char kOriginTrialPublicKey[] = "origin_trials.public_key"; 2254 const char kOriginTrialPublicKey[] = "origin_trials.public_key";
2255 2255
2256 // A list of origin trial features to disable by policy. 2256 // A list of origin trial features to disable by policy.
2257 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features"; 2257 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features";
2258 2258
2259 // Policy that indicates the state of updates for the binary components.
2260 const char kComponentUpdatesEnabled[] =
2261 "component_updates.component_updates_enabled";
2262
2259 } // namespace prefs 2263 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698