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

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

Completed in 885 milliseconds