summaryrefslogtreecommitdiffstats
path: root/chrome/browser/performance_monitor/constants.cc
blob: 3dcacb9a559967aad953d88f923d8416cb72e2d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (c) 2012 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 "chrome/browser/performance_monitor/constants.h"

namespace performance_monitor {

// The key to insert/retrieve information about the chrome version from the
// database.
const char kStateChromeVersion[] = "chrome_version";
const char kMetricNotFoundError[] = "Mertic details not found.";
const char kProcessChromeAggregate[] = "chrome_aggregate";
const char kSampleMetricDescription[] = "A sample metric.";
const char kSampleMetricName[] = "SAMPLE";

}  // namespace performance_monitor