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. |