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

Unified Diff: components/guest_view/browser/test_guest_view_manager.cc

Issue 1143333008: Getting rid of more webview memory leaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 5 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
Index: components/guest_view/browser/test_guest_view_manager.cc
diff --git a/components/guest_view/browser/test_guest_view_manager.cc b/components/guest_view/browser/test_guest_view_manager.cc
index 584d0fcffea750b30ce027542652efe3872ab1f3..4f04d65659f799f5a037db0859b2954588ee36de 100644
--- a/components/guest_view/browser/test_guest_view_manager.cc
+++ b/components/guest_view/browser/test_guest_view_manager.cc
@@ -91,6 +91,7 @@ void TestGuestViewManager::RemoveGuest(int guest_instance_id) {
void TestGuestViewManager::ViewGarbageCollected(int embedder_process_id,
int view_instance_id) {
+ GuestViewManager::ViewGarbageCollected(embedder_process_id, view_instance_id);
++num_views_garbage_collected_;
if (gc_message_loop_runner_.get())
gc_message_loop_runner_->Quit();
« no previous file with comments | « components/guest_view/browser/test_guest_view_manager.h ('k') | components/guest_view/common/guest_view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698