| Index: chromeos/login/auth/auth_status_consumer.cc
|
| diff --git a/chromeos/login/auth/auth_status_consumer.cc b/chromeos/login/auth/auth_status_consumer.cc
|
| index 511defef1c9a44c61a1aa546842fd8edada33c19..a7463eb020fe40ddb1e493a868548b352d9b02bf 100644
|
| --- a/chromeos/login/auth/auth_status_consumer.cc
|
| +++ b/chromeos/login/auth/auth_status_consumer.cc
|
| @@ -6,11 +6,6 @@
|
|
|
| namespace chromeos {
|
|
|
| -void AuthStatusConsumer::OnRetailModeAuthSuccess(
|
| - const UserContext& user_context) {
|
| - OnAuthSuccess(user_context);
|
| -}
|
| -
|
| void AuthStatusConsumer::OnPasswordChangeDetected() {
|
| NOTREACHED();
|
| }
|
|
|