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

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: clang 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 ccb6cd5cebc0e9d47cbaee2e86ac3eb9fb72cdc5..cd203c7c6dfedb6b3a7d18200d2d1c0ad9ca4c1a 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -688,6 +688,9 @@ enum HistogramValue {
BOOKMARKMANAGERPRIVATE_SETMETAINFO,
FILESYSTEMPROVIDER_MOUNT,
AUTOTESTPRIVATE_GETEXTENSIONSINFO,
+ SCREENLOCKPRIVATE_GETLOCKED,
+ SCREENLOCKPRIVATE_SETLOCKED,
+ SCREENLOCKPRIVATE_SHOWMESSAGE,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698