Searched defs:LoginUtils (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils.h27 class LoginUtils { class in namespace:chromeos
42 // Get LoginUtils singleton object. If it was not set before, new default
44 static LoginUtils* Get();
46 // Set LoginUtils singleton object for test purpose only!
47 static void Set(LoginUtils* ptr);
54 virtual ~LoginUtils() {}

Completed in 103 milliseconds