Chromium Code Reviews| Index: content/browser/power_profiler/power_type_names.cc |
| diff --git a/content/browser/power_profiler/power_type_names.cc b/content/browser/power_profiler/power_type_names.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6246193815838bd0e60ffedaf6b5029d27efe125 |
| --- /dev/null |
| +++ b/content/browser/power_profiler/power_type_names.cc |
| @@ -0,0 +1,13 @@ |
| +// 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 "content/browser/power_profiler/power_data_provider.h" |
|
qsr
2014/02/13 16:40:13
Rename this file content/browser/power_profiler/po
Pan
2014/02/14 07:17:02
Done.
|
| + |
| +namespace content { |
| + |
| +const char* kPowerTypeNames[] = { |
| + "SoC_Package" |
|
qsr
2014/02/13 16:40:13
Can you write a compile time assertion that the nu
Pan
2014/02/14 07:17:02
Done.
|
| +}; |
| + |
| +} // namespace content |