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

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

Issue 168623003: Add chrome.screenlockPrivate API functions to handle alternate auth types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 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
« no previous file with comments | « chrome/browser/chromeos/login/screen_locker.cc ('k') | chrome/common/extensions/api/screenlock_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b30c15c312c9e11fa57f5c98e6c6955a28716edc..f9b99e897768c17d15ce3c7239c9ebe50c76d1c1 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -748,6 +748,10 @@ enum HistogramValue {
ACTIVITYLOGPRIVATE_DELETEACTIVITIES,
NETWORKINGPRIVATE_SETWIFITDLSENABLEDSTATE,
NETWORKINGPRIVATE_GETWIFITDLSSTATUS,
+ SCREENLOCKPRIVATE_HIDEBUTTON,
+ SCREENLOCKPRIVATE_SETAUTHTYPE,
+ SCREENLOCKPRIVATE_GETAUTHTYPE,
+ SCREENLOCKPRIVATE_ACCEPTAUTHATTEMPT,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms/histograms.xml.
ENUM_BOUNDARY
« no previous file with comments | « chrome/browser/chromeos/login/screen_locker.cc ('k') | chrome/common/extensions/api/screenlock_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698