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

Unified Diff: chrome/browser/extensions/extension_function_histogram_value.h

Issue 12576018: Add chrome.power extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update PermissionsTest.PermissionMessages Created 7 years, 9 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
Index: chrome/browser/extensions/extension_function_histogram_value.h
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h
index ab247a306f2ef6d8036c60d303cf14987e40c59b..c2cb5285beaf1649c4699efc59047b88a0795774 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -492,6 +492,8 @@ enum HistogramValue {
SYNCFILESYSTEM_GETCONFLICTRESOLUTIONPOLICY,
NETWORKINGPRIVATE_SETPROPERTIES,
NETWORKINGPRIVATE_GETSTATE,
+ POWER_REQUESTKEEPAWAKE,
+ POWER_RELEASEKEEPAWAKE,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698