HomeSort by relevance Sort by last modified time
    Searched full:profiles_to_notify (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/global_error/
global_error_service.cc 81 std::vector<Profile*> profiles_to_notify; local
83 profiles_to_notify.push_back(profile_);
85 profiles_to_notify.push_back(profile_->GetOriginalProfile());
87 profiles_to_notify.push_back(profile_->GetOffTheRecordProfile());
88 for (size_t i = 0; i < profiles_to_notify.size(); ++i) {
91 content::Source<Profile>(profiles_to_notify[i]),

Completed in 159 milliseconds