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

Unified Diff: components/user_manager/user_manager.h

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 | « components/user_manager/user.cc ('k') | components/user_manager/user_manager_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user_manager.h
diff --git a/components/user_manager/user_manager.h b/components/user_manager/user_manager.h
index 9b629d96cefe4ab3c89b1c008d44f63b1cde402b..4253992d461cf7a1f110d2ebe51f5c7a00dbde38 100644
--- a/components/user_manager/user_manager.h
+++ b/components/user_manager/user_manager.h
@@ -270,9 +270,6 @@ class USER_MANAGER_EXPORT UserManager {
// Returns true if we're logged in as a child user.
virtual bool IsLoggedInAsChildUser() const = 0;
- // Returns true if we're logged in as a demo user.
- virtual bool IsLoggedInAsDemoUser() const = 0;
-
// Returns true if we're logged in as a public account.
virtual bool IsLoggedInAsPublicAccount() const = 0;
« no previous file with comments | « components/user_manager/user.cc ('k') | components/user_manager/user_manager_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698