• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2024 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 #include "components/metrics/dwa/dwa_pref_names.h"
6 
7 namespace metrics::dwa::prefs {
8 
9 const char kUnsentLogStoreName[] = "dwa.persistent_logs";
10 
11 const char kDwaClientId[] = "dwa.client_id";
12 
13 const char kDwaClientIdLastUpdated[] = "dwa.client_id_last_updated";
14 
15 }  // namespace metrics::dwa::prefs
16