Chromium Code Reviews| Index: chrome/browser/signin/screenlock_bridge.h |
| diff --git a/chrome/browser/signin/screenlock_bridge.h b/chrome/browser/signin/screenlock_bridge.h |
| index 6e82317f305ad435430c7e8367e52c666483c0cb..1d75e3078b257f9160354ad8a7cb4e633392236f 100644 |
| --- a/chrome/browser/signin/screenlock_bridge.h |
| +++ b/chrome/browser/signin/screenlock_bridge.h |
| @@ -41,6 +41,7 @@ class ScreenlockBridge { |
| ONLINE_SIGN_IN = 1, |
| NUMERIC_PIN = 2, |
| USER_CLICK = 3, |
| + EXPAND_THEN_USER_CLICK = 4, |
| }; |
| // Displays |message| in a banner on the lock screen. |