Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: chrome/test/base/testing_profile.cc

Issue 322983003: Rename HistoryService::NotifyRenderProcessHostDestruction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/history/visit_tracker_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index 4f0158d6d573862e37afa00800bc0d9fcac4428d..fb9737af3a44041ac0de838e97362b6cc016719f 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -459,7 +459,7 @@ void TestingProfile::DestroyHistoryService() {
if (!history_service)
return;
- history_service->NotifyRenderProcessHostDestruction(0);
+ history_service->ClearCachedDataForContextID(0);
history_service->SetOnBackendDestroyTask(base::MessageLoop::QuitClosure());
history_service->Cleanup();
HistoryServiceFactory::ShutdownForProfile(this);
« no previous file with comments | « chrome/browser/history/visit_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698