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

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..d27cd02adb83b10e4dcc58803b1c873e5ddd23c2 100644
--- a/Source/modules/fetch/Request.h
+++ b/Source/modules/fetch/Request.h
@@ -48,6 +48,7 @@ public:
Headers* headers() const { return m_headers; }
String referrer() const;
String mode() const;
+ String context() const;
hiroshige 2015/04/07 03:56:11 Move context() declaration above referrer() to mat
shiva.jm 2015/04/09 09:16:22 Done.
String credentials() const;
// From Request.idl:

Powered by Google App Engine
This is Rietveld 408576698