Home | History | Annotate | Download | only in login

Lines Matching refs:Profile

15 class Profile;
32 // Called after profile is loaded and prepared for the session.
33 virtual void OnProfilePrepared(Profile* profile) = 0;
36 // Called after post-profile RLZ initialization.
57 // Switch to the locale that |profile| wishes to use and invoke |callback|.
58 virtual void RespectLocalePreference(Profile* profile,
64 virtual void DoBrowserLaunch(Profile* profile,
67 // Loads and prepares profile for the session. Fires |delegate| in the end.
92 // holds reference to login profile and is later used during fetching of
99 // |early_restart| is true if this restart attempt happens before user profile
104 virtual bool RestartToApplyPerSessionFlagsIfNeed(Profile* profile,