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

Unified Diff: third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp

Issue 2211283004: Drop test-only WebFrameClient params/functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fix Created 4 years, 4 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/WebSharedWorkerImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
index 81889b65e6f854afee264c30e92bd688c6a6de61..2918596b2c7c0acbf5542146cac32d874f57d699 100644
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
@@ -161,8 +161,7 @@ void WebSharedWorkerImpl::loadShadowPage()
}
void WebSharedWorkerImpl::willSendRequest(
- WebLocalFrame* frame, unsigned, WebURLRequest& request,
- const WebURLResponse& redirectResponse)
+ WebLocalFrame* frame, WebURLRequest& request)
{
if (m_networkProvider)
m_networkProvider->willSendRequest(frame->dataSource(), request);

Powered by Google App Engine
This is Rietveld 408576698