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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 2701753003: [WIP] off-main-thread loading
Patch Set: small fix Created 3 years, 8 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/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 0fd5e49fd26d68b8ef62a66d36ae0a2beb9b5840..827837719fd5defcb53dc14ac12eb52a8c488e5b 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -99,6 +99,7 @@ class WebURL;
class WebURLResponse;
class WebUserMediaClient;
class WebWorkerContentSettingsClientProxy;
+class WebWorkerFetchContextInfo;
struct WebColorSuggestion;
struct WebConsoleMessage;
struct WebContextMenuData;
@@ -758,6 +759,9 @@ class BLINK_EXPORT WebFrameClient {
virtual WebURL overrideFlashEmbedWithHTML(const WebURL& url) {
return WebURL();
}
+
+ virtual void propagateAuxiliaryFetchContext(
+ WebWorkerFetchContextInfo*) const {}
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698