[M120 Migration][VD] Enable direct rendering for TVPlus
[platform/framework/web/chromium-efl.git] / components / component_updater / pref_names.h
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 #ifndef COMPONENTS_COMPONENT_UPDATER_PREF_NAMES_H_
6 #define COMPONENTS_COMPONENT_UPDATER_PREF_NAMES_H_
7
8 #include "build/build_config.h"
9
10 namespace prefs {
11
12 extern const char kComponentUpdatesEnabled[];
13
14 extern const char kRecoveryComponentVersion[];
15 extern const char kRecoveryComponentUnpackPath[];
16
17 }  // namespace prefs
18
19 #endif  // COMPONENTS_COMPONENT_UPDATER_PREF_NAMES_H_