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

Unified Diff: public/platform/WebPrescientNetworking.h

Issue 1135203002: Add <link rel=preconnect> crossorigin attribute (take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Todo Created 5 years, 7 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
« no previous file with comments | « public/platform/WebCrossOriginAttribute.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebPrescientNetworking.h
diff --git a/public/platform/WebPrescientNetworking.h b/public/platform/WebPrescientNetworking.h
index 78b64610d137aa56d5b470b4e42c970e7448f679..d1d99e32d2f755b094e5098446ad0d689662808f 100644
--- a/public/platform/WebPrescientNetworking.h
+++ b/public/platform/WebPrescientNetworking.h
@@ -32,6 +32,7 @@
#define WebPrescientNetworking_h
#include "WebCommon.h"
+#include "WebCrossOriginAttribute.h"
#include "WebString.h"
#include "WebURL.h"
@@ -46,6 +47,8 @@ public:
virtual void prefetchDNS(const WebString& hostname) { }
virtual void preconnect(const WebURL& url) { }
+
+ virtual void preconnect(const WebURL& url, const CrossOriginAttributeValue value) { }
};
} // namespace blink
« no previous file with comments | « public/platform/WebCrossOriginAttribute.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698