Searched defs:go_off_the_record (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager.cc939 bool go_off_the_record = ShouldGoOffTheRecord(profile); local
940 if (success && !go_off_the_record)
945 DoFinalInit(profile, go_off_the_record);
946 if (go_off_the_record)
960 if (go_off_the_record)
970 void ProfileManager::DoFinalInit(Profile* profile, bool go_off_the_record) { argument
971 DoFinalInitForServices(profile, go_off_the_record);
983 bool go_off_the_record) {
986 !go_off_the_record);
982 DoFinalInitForServices(Profile* profile, bool go_off_the_record) argument

Completed in 83 milliseconds