| Index: chrome/browser/chromeos/login/screens/user_selection_screen.h
|
| diff --git a/chrome/browser/chromeos/login/screens/user_selection_screen.h b/chrome/browser/chromeos/login/screens/user_selection_screen.h
|
| index bcbb88fc2f864bab56eb7187b7a95a8e955bf1ef..bae06d3228fd8496bbe5838db7989ab568b11cfc 100644
|
| --- a/chrome/browser/chromeos/login/screens/user_selection_screen.h
|
| +++ b/chrome/browser/chromeos/login/screens/user_selection_screen.h
|
| @@ -81,6 +81,7 @@ class UserSelectionScreen : public ui::UserActivityObserver,
|
| void SendUserList() override;
|
| void HardLockPod(const std::string& user_id) override;
|
| void AttemptEasyUnlock(const std::string& user_id) override;
|
| + void RecordClickOnLockIcon(const std::string& user_id) override;
|
|
|
| // Fills |user_dict| with information about |user|.
|
| static void FillUserDictionary(
|
|
|