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

Unified Diff: chrome/browser/chromeos/login/user_manager.h

Issue 8586007: Made OAuth token verification and user seession cookie retrieval process robust on transient netw... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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: chrome/browser/chromeos/login/user_manager.h
===================================================================
--- chrome/browser/chromeos/login/user_manager.h (revision 110566)
+++ chrome/browser/chromeos/login/user_manager.h (working copy)
@@ -125,9 +125,6 @@
bool user_is_logged_in() const { return user_is_logged_in_; }
- void set_offline_login(bool value) { offline_login_ = value; }
- bool offline_login() { return offline_login_; }
-
// Returns true if we're logged in as a Guest.
bool IsLoggedInAsGuest() const;
@@ -243,9 +240,6 @@
// In test paths without login points to the |stub_user_| instance.
User* logged_in_user_;
- // Current user is logged in offline. Valid only for WebUI login flow.
- bool offline_login_;
-
// Cached flag of whether currently logged-in user is owner or not.
// May be accessed on different threads, requires locking.
bool current_user_is_owner_;

Powered by Google App Engine
This is Rietveld 408576698