Revert of Fix doodle verification URL. (patchset #3 id:40001 of https://codereview...
[chromium-blink-merge.git] / components / component_updater / pref_names.cc
blob285cf4e3ae783812e047a09c3daa7b2bf62e8f29
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.
5 #include "components/component_updater/pref_names.h"
7 namespace prefs {
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";
13 #if defined(OS_WIN)
14 // The last time SwReporter was triggered.
15 const char kSwReporterLastTimeTriggered[] =
16 "software_reporter.last_time_triggered";
17 #endif
19 } // namespace prefs