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

Unified Diff: components/dom_distiller/content/renderer/distillability_agent.h

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: components/dom_distiller/content/renderer/distillability_agent.h
diff --git a/components/dom_distiller/content/renderer/distillability_agent.h b/components/dom_distiller/content/renderer/distillability_agent.h
index 940f7c166912da0392525becf48910d52a3c6264..68772487006d175af0144aa5ab6f27d39b30861c 100644
--- a/components/dom_distiller/content/renderer/distillability_agent.h
+++ b/components/dom_distiller/content/renderer/distillability_agent.h
@@ -17,6 +17,7 @@ class DistillabilityAgent : public content::RenderFrameObserver {
// content::RenderFrameObserver:
void DidMeaningfulLayout(blink::WebMeaningfulLayout layout_type) override;
+ void OnDestruct() override;
};
} // namespace dom_distiller

Powered by Google App Engine
This is Rietveld 408576698