Index: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
index 764f537317afaa6be941fc4ad30c19d32fad473e..b0aa651fbae6774510cd984094691a70ff10f69b 100644 |
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
@@ -992,6 +992,11 @@ void LocalFrameClientImpl::SetHasReceivedUserGesture(bool received_previously) { |
autofill_client->UserGestureObserved(); |
} |
+void LocalFrameClientImpl::SetDevToolsFrameId(const String& devtools_frame_id) { |
+ if (web_frame_->Client()) |
+ web_frame_->Client()->SetDevToolsFrameId(devtools_frame_id); |
+} |
+ |
void LocalFrameClientImpl::AbortClientNavigation() { |
if (web_frame_->Client()) |
web_frame_->Client()->AbortClientNavigation(); |