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

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: clean up apitest.cc 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 112c4ef7f90e2e01b2bb2ac6dbc17cf7b2508226..6dac45f500bbb81d387a7a7f7872f8cf1334607b 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