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

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

Issue 2655143002: Drop replacesCurrentHistoryItem, NavigationType (Closed)
Patch Set: More compile fixes Created 3 years, 11 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/WebEmbeddedWorkerImpl.h
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
index 71295710b7d0f3a234fa9feeabc0dba07f65975c..2f4b330ceec2d64c48337071648dd7d659d430c0 100644
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
@@ -85,7 +85,9 @@ class WebEmbeddedWorkerImpl final : public WebEmbeddedWorker,
void loadShadowPage();
// WebFrameClient overrides.
- void willSendRequest(WebLocalFrame*, WebURLRequest&) override;
+ void willSendRequest(WebLocalFrame*,
+ WebURLRequest&,
+ WebFrameLoadType) override;
void didFinishDocumentLoad(WebLocalFrame*) override;
// WebDevToolsAgentClient overrides.
« no previous file with comments | « third_party/WebKit/Source/web/WebDataSourceImpl.cpp ('k') | third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698