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

Unified Diff: Source/modules/fetch/Request.h

Issue 1060033002: Implement Request.context for Fetch API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/modules/fetch/Request.h
diff --git a/Source/modules/fetch/Request.h b/Source/modules/fetch/Request.h
index a16a9f6114fbe73eca41b724915316ca9d7e922d..500fb33124ff792d8c86d822e2c085e0df04cc5b 100644
--- a/Source/modules/fetch/Request.h
+++ b/Source/modules/fetch/Request.h
@@ -46,6 +46,7 @@ public:
String method() const;
KURL url() const;
Headers* headers() const { return m_headers; }
+ String context() const;
String referrer() const;
String mode() const;
String credentials() const;

Powered by Google App Engine
This is Rietveld 408576698