Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(487)

Unified Diff: content/public/browser/power_usage_monitor.h

Issue 560553005: Battery impact UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to content/ Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« content/browser/power_usage_monitor_impl.h ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/power_usage_monitor.h
diff --git a/content/public/browser/power_usage_monitor.h b/content/public/browser/power_usage_monitor.h
new file mode 100644
index 0000000000000000000000000000000000000000..e276355e037d4c01e7a551033087a1ae2ff074e1
--- /dev/null
+++ b/content/public/browser/power_usage_monitor.h
@@ -0,0 +1,17 @@
+// Copyright (c) 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.
+
+#ifndef CONTENT_PUBLIC_BROWSER_POWER_USAGE_MONITOR_H_
+#define CONTENT_PUBLIC_BROWSER_POWER_USAGE_MONITOR_H_
+
+#include "content/common/content_export.h"
+
+namespace content {
+
+// Start the PowerUsageMonitor.
+void CONTENT_EXPORT StartPowerUsageMonitor();
+
+} // namespace content
+
+#endif // CONTENT_PUBLIC_BROWSER_POWER_USAGE_MONITOR_H_
« content/browser/power_usage_monitor_impl.h ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698