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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.h

Issue 2830753004: Pipe the devTools FrameId from blink into the browser for headless (Closed)
Patch Set: Changes for Sami and creis@ Created 3 years, 8 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/frame/LocalFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
index 3d24e8b36903044ada6aac08189cee07007dfb79..7e06629e32d9c1cd9d0ce8116c04fad0fb32d625 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -323,6 +323,8 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
virtual void SetHasReceivedUserGesture(bool received_previously) {}
+ virtual void SetDevToolsFrameId(const String& devtools_frame_id) {}
+
virtual void AbortClientNavigation() {}
virtual TextCheckerClient& GetTextCheckerClient() const = 0;

Powered by Google App Engine
This is Rietveld 408576698