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

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, 3 months 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
Index: components/user_manager/user_manager.h
diff --git a/components/user_manager/user_manager.h b/components/user_manager/user_manager.h
index 4f75cdc3e46e08d1f93f117e173c72f460432e84..4d017da5a46bb05e87ce33f0609ca5f959015058 100644
--- a/components/user_manager/user_manager.h
+++ b/components/user_manager/user_manager.h
@@ -253,9 +253,6 @@ class USER_MANAGER_EXPORT UserManager {
// Returns true if we're logged in as a regular user.
virtual bool IsLoggedInAsRegularUser() 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;

Powered by Google App Engine
This is Rietveld 408576698