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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.h

Issue 2011673002: [DevTools] Add notifyPopupOpeningObservers call before running debug loop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/Source/core/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 2fbe9321c3fee26b32e4b94913affab1d4d814c2..b8c7f2da9f2f9cb3e58d964ab8752c88638b6005 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -281,6 +281,8 @@ public:
// Returns the time of the beginning of the last beginFrame, in seconds, if any, and 0.0 otherwise.
virtual double lastFrameTimeMonotonic() const { return 0.0; }
+ virtual void willEnterDebugLoop() const {}
dgozman 2016/05/26 00:08:56 Should not go through this interface, call it on C
kozy 2016/05/26 00:31:14 Done.
+
protected:
~ChromeClient() override { }

Powered by Google App Engine
This is Rietveld 408576698