Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / component_updater / pref_names.cc
1 // Copyright 2014 The Chromium Authors. All rights reserved.
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 "components/component_updater/pref_names.h"
6
7 namespace prefs {
8
9 // String that represents the recovery component last downloaded version. This
10 // takes the usual 'a.b.c.d' notation.
11 const char kRecoveryComponentVersion[] = "recovery_component.version";
12
13 #if defined(OS_WIN)
14 // The number of attempts left to execute the SwReporter. This starts at the max
15 // number of retries allowed, and goes down as attempts are made and is cleared
16 // back to 0 when it successfully completes.
17 const char kSwReporterExecuteTryCount[] = "software_reporter.execute_try_count";
18 #endif
19
20 }  // namespace prefs