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

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.h

Issue 2830753004: Pipe the devTools FrameId from blink into the browser for headless (Closed)
Patch Set: Changes for dgozman@ 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/web/LocalFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
index 43bc8445608cc56cb563609c492a0f024a1278eb..6899c1ef2ffd946a641ff35dfa056585304bbb80 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -218,6 +218,8 @@ class LocalFrameClientImpl final : public LocalFrameClient {
void SetHasReceivedUserGesture(bool received_previously) override;
+ void SetDevToolsFrameId(const String& devtools_frame_id) override;
+
void AbortClientNavigation() override;
TextCheckerClient& GetTextCheckerClient() const override;

Powered by Google App Engine
This is Rietveld 408576698