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

Unified Diff: chromecast/renderer/cast_media_load_deferrer.cc

Issue 2034153002: Makes RenderFrameObserver/RenderViewObserver::OnDestruct pure virtual. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 4 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: chromecast/renderer/cast_media_load_deferrer.cc
diff --git a/chromecast/renderer/cast_media_load_deferrer.cc b/chromecast/renderer/cast_media_load_deferrer.cc
index 0f84657ce70ae5db3db51360a715a31dd2b97079..a8a4c799be2d256245f0b6f5bf332c1e6959463a 100644
--- a/chromecast/renderer/cast_media_load_deferrer.cc
+++ b/chromecast/renderer/cast_media_load_deferrer.cc
@@ -24,4 +24,8 @@ void CastMediaLoadDeferrer::WasShown() {
delete this;
}
+void CastMediaLoadDeferrer::OnDestruct() {
+ delete this;
+}
+
} // namespace chromecast
« no previous file with comments | « chromecast/renderer/cast_media_load_deferrer.h ('k') | components/autofill/content/renderer/page_click_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698