Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4180)

Unified Diff: chromeos/login/auth/auth_status_consumer.cc

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/login/auth/auth_status_consumer.h ('k') | chromeos/login/auth/authenticator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « chromeos/login/auth/auth_status_consumer.h ('k') | chromeos/login/auth/authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698