[M120 Migration][VD] Enable direct rendering for TVPlus
[platform/framework/web/chromium-efl.git] / components / component_updater / pref_names.cc
1 // Copyright 2014 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "build/build_config.h"
6 #include "components/component_updater/pref_names.h"
7
8 namespace prefs {
9
10 // Policy that indicates the state of updates for the binary components.
11 const char kComponentUpdatesEnabled[] =
12     "component_updates.component_updates_enabled";
13
14 // String that represents the recovery component last downloaded version. This
15 // takes the usual 'a.b.c.d' notation.
16 const char kRecoveryComponentVersion[] = "recovery_component.version";
17
18 // Full path where last recovery component CRX was unpacked to.
19 const char kRecoveryComponentUnpackPath[] = "recovery_component.unpack_path";
20
21 }  // namespace prefs