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; |