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

Unified Diff: third_party/WebKit/Source/web/WebSharedWorkerImpl.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/WebSharedWorkerImpl.h
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
index 3393d9d6cc5e1e06314b8584ecce922cb1ecfa66..3b34f725f7861d24264bd976b2b9aeaff7895447 100644
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
@@ -92,7 +92,9 @@ class WebSharedWorkerImpl final : public WorkerReportingProxy,
// WebFrameClient methods to support resource loading thru the 'shadow page'.
WebApplicationCacheHost* createApplicationCacheHost(
WebApplicationCacheHostClient*) override;
- void willSendRequest(WebLocalFrame*, WebURLRequest&) override;
+ void willSendRequest(WebLocalFrame*,
+ WebURLRequest&,
+ WebFrameLoadType) override;
void didFinishDocumentLoad(WebLocalFrame*) override;
bool isControlledByServiceWorker(WebDataSource&) override;
int64_t serviceWorkerID(WebDataSource&) override;
« no previous file with comments | « third_party/WebKit/Source/web/WebPerformance.cpp ('k') | third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698