summaryrefslogtreecommitdiffstats
path: root/components/network_time/network_time_pref_names.cc
blob: a1160e232efd00c2331db77a484d01ec5bbc14d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/network_time/network_time_pref_names.h"

namespace network_time {
namespace prefs {

// Stores a pair of local time and corresponding network time to bootstrap
// network time tracker when browser starts.
const char kNetworkTimeMapping[] = "network_time.network_time_mapping";

}  // namespace prefs
}  // namespace network_time