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

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

Issue 1838733002: Allow LoadNavigationErrorPage to run scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 years, 9 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 a67e66bb2a65d9c97191bd50632718c9fb42a5c0..63b72b93e14e516a281893243ebe7c82caa7bde4 100644
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
@@ -88,7 +88,7 @@ public:
// WebFrameClient methods to support resource loading thru the 'shadow page'.
WebApplicationCacheHost* createApplicationCacheHost(WebApplicationCacheHostClient*) override;
void willSendRequest(WebLocalFrame*, unsigned identifier, WebURLRequest&, const WebURLResponse& redirectResponse) override;
- void didFinishDocumentLoad(WebLocalFrame*, bool documentIsEmpty) override;
+ void didFinishDocumentLoad(WebLocalFrame*) override;
bool isControlledByServiceWorker(WebDataSource&) override;
int64_t serviceWorkerID(WebDataSource&) override;
« no previous file with comments | « third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp ('k') | third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698