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

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

Issue 60583003: The chrome.screenlockPrivate API allows select apps to control the ChromeOS ScreenLocker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: onChange works Created 7 years, 1 month 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 9896d746195b62037643c32e285cf1111970a3d6..a87439dc1a55726425651e821f06448a611cacdc 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -687,6 +687,9 @@ enum HistogramValue {
BOOKMARKMANAGERPRIVATE_GETMETAINFO,
BOOKMARKMANAGERPRIVATE_SETMETAINFO,
FILESYSTEMPROVIDER_MOUNT,
+ SCREENLOCKPRIVATE_GETLOCKED,
+ SCREENLOCKPRIVATE_SETLOCKED,
+ SCREENLOCKPRIVATE_SHOWMESSAGE,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698