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

Unified Diff: content/test/test_render_view_host.cc

Issue 1652483002: Browser Side Text Input State Tracking for OOPIF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 9 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: content/test/test_render_view_host.cc
diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
index ab0c3d3d4180ed9b7124b3e6d5a2db76b7adbe7b..9e3829690ed97498211ff849a83aeffa1df81416 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -121,7 +121,10 @@ void TestRenderWidgetHostView::RenderProcessGone(base::TerminationStatus status,
delete this;
}
-void TestRenderWidgetHostView::Destroy() { delete this; }
+void TestRenderWidgetHostView::Destroy() {
+ NotifyHostDelegateAboutShutdown();
+ delete this;
+}
gfx::Rect TestRenderWidgetHostView::GetViewBounds() const {
return gfx::Rect();
« content/browser/web_contents/web_contents_impl.h ('K') | « content/test/test_render_view_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698