Roll src/third_party/WebKit abe9e39c:3d349bd (svn 182659:182669)
[chromium-blink-merge.git] / chromeos / login / auth / auth_status_consumer.cc
blob511defef1c9a44c61a1aa546842fd8edada33c19
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chromeos/login/auth/auth_status_consumer.h"
7 namespace chromeos {
9 void AuthStatusConsumer::OnRetailModeAuthSuccess(
10 const UserContext& user_context) {
11 OnAuthSuccess(user_context);
14 void AuthStatusConsumer::OnPasswordChangeDetected() {
15 NOTREACHED();
18 } // namespace chromeos