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

Unified Diff: content/public/test/frame_load_waiter.h

Issue 2034153002: Makes RenderFrameObserver/RenderViewObserver::OnDestruct pure virtual. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: content/public/test/frame_load_waiter.h
diff --git a/content/public/test/frame_load_waiter.h b/content/public/test/frame_load_waiter.h
index d3f8ac8b33886d4e62d2b8c94e426748a50c82e7..155f92ea17f73dbe2af88e0e2fc89f8b7dfae122 100644
--- a/content/public/test/frame_load_waiter.h
+++ b/content/public/test/frame_load_waiter.h
@@ -20,7 +20,9 @@ class FrameLoadWaiter : public RenderFrameObserver {
void Wait();
private:
+ // RenderFrameObserver implementation.
void DidFinishLoad() override;
+ void OnDestruct() override;
base::RunLoop run_loop_;

Powered by Google App Engine
This is Rietveld 408576698