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

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

Issue 1138883003: Disable token handle fetching on some devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: chrome/browser/chromeos/login/existing_user_controller.h
diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
index 8fe0d6164e19e4995512765d4b7ea94be69a6c19..fedd050d1c83c0a35fc5ae391255de4be066026d 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.h
+++ b/chrome/browser/chromeos/login/existing_user_controller.h
@@ -247,6 +247,9 @@ class ExistingUserController : public LoginDisplay::Delegate,
void OnTokenHandleObtained(const user_manager::UserID& id,
TokenHandleUtil::TokenHandleStatus status);
+ // Returns |true| if token handles should be used on this device
Nikita (slow) 2015/05/13 08:33:37 nit: dot at the end.
+ bool TokenHandlesEnabled();
+
// Public session auto-login timer.
scoped_ptr<base::OneShotTimer<ExistingUserController> > auto_login_timer_;

Powered by Google App Engine
This is Rietveld 408576698