Home | History | Annotate | Download | only in profiles

Lines Matching refs:go_off_the_record

929   bool go_off_the_record = ShouldGoOffTheRecord(profile);
930 if (success && !go_off_the_record)
935 DoFinalInit(profile, go_off_the_record);
936 if (go_off_the_record)
950 if (go_off_the_record)
960 void ProfileManager::DoFinalInit(Profile* profile, bool go_off_the_record) {
961 DoFinalInitForServices(profile, go_off_the_record);
973 bool go_off_the_record) {
976 !go_off_the_record);