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

Unified Diff: content/public/renderer/render_frame_observer.h

Issue 1047653003: [DevTools] Unpause renderer when paused RenderFrame is closed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/public/renderer/render_frame_observer.h
diff --git a/content/public/renderer/render_frame_observer.h b/content/public/renderer/render_frame_observer.h
index 161f6c8c3bc9ea12cb99f70c42988feb575182fe..3d06dd5915cec8ccee0099fb6a35f0ec889bd709 100644
--- a/content/public/renderer/render_frame_observer.h
+++ b/content/public/renderer/render_frame_observer.h
@@ -45,6 +45,9 @@ class CONTENT_EXPORT RenderFrameObserver : public IPC::Listener,
virtual void WasHidden() {}
virtual void WasShown() {}
+ // Called when associated widget is about to close.
+ virtual void WidgetWillClose() {}
+
// These match the Blink API notifications
virtual void DidCommitProvisionalLoad(bool is_new_navigation,
bool is_same_page_navigation) {}
« no previous file with comments | « no previous file | content/renderer/devtools/devtools_agent.h » ('j') | content/renderer/devtools/devtools_agent.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698