Searched refs:ProfileSet (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_throttle.cc43 class ProfileSet : public base::NonThreadSafe, class in namespace:__anon3322
46 ProfileSet() { function in class:__anon3322::ProfileSet
49 virtual ~ProfileSet() {
52 static ProfileSet* Get();
55 friend struct ::base::DefaultLazyInstanceTraits<ProfileSet>;
57 DISALLOW_COPY_AND_ASSIGN(ProfileSet);
62 static base::LazyInstance<ProfileSet> g_blocked_profiles =
65 ProfileSet* ProfileSet::Get() {
132 if (ProfileSet
[all...]

Completed in 428 milliseconds