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

Unified Diff: chrome/common/extensions/api/screenlock_private.idl

Issue 289013002: cros: Clean up screenlockPrivate plumbing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test compile Created 6 years, 7 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/common/extensions/api/screenlock_private.idl
diff --git a/chrome/common/extensions/api/screenlock_private.idl b/chrome/common/extensions/api/screenlock_private.idl
index 2fecef7ba29fef62b7508697bd5f3e9669cb585e..a973f81bf5504e1cc29a6e9b46b2b30b28344db4 100644
--- a/chrome/common/extensions/api/screenlock_private.idl
+++ b/chrome/common/extensions/api/screenlock_private.idl
@@ -55,6 +55,7 @@ namespace screenlockPrivate {
static void onChanged(boolean locked);
// Fires when the user clicks on the Button shown by $(ref:showButton)().
+ // This event is deprecated in favor of $(ref:onAuthAttempted).
static void onButtonClicked();
Tim Song 2014/05/16 18:38:47 Remove this event as it's never fired now.
xiyuan 2014/05/16 23:00:57 Done.
// Fires when the user attempts to authenticate with the user's input.

Powered by Google App Engine
This is Rietveld 408576698