Upload upstream chromium 71.0.3578.0
[platform/framework/web/chromium-efl.git] / components / ukm / ukm_pref_names.cc
1 // Copyright 2017 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/ukm/ukm_pref_names.h"
6
7 namespace ukm {
8 namespace prefs {
9
10 // A random uint64 value unique for each chrome install.
11 const char kUkmClientId[] = "ukm.client_id";
12
13 // Preference which stores serialized UKM logs to be uploaded.
14 const char kUkmPersistedLogs[] = "ukm.persisted_logs";
15
16 // Preference which stores the UKM session id.
17 const char kUkmSessionId[] = "ukm.session_id";
18
19 }  // namespace prefs
20 }  // namespace ukm