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

Side by Side Diff: third_party/WebKit/Source/modules/fetch/RequestInit.h

Issue 2854613002: fetch: Drop Headers from HeadersInit typedef declaration. (Closed)
Patch Set: Adjust expectations for ServiceWorkerVersionBrowserTest.FetchEvent_Response Created 3 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef RequestInit_h 5 #ifndef RequestInit_h
6 #define RequestInit_h 6 #define RequestInit_h
7 7
8 #include "bindings/modules/v8/ByteStringSequenceSequenceOrByteStringByteStringRe cordOrHeaders.h" 8 #include "bindings/modules/v8/ByteStringSequenceSequenceOrByteStringByteStringRe cord.h"
9 #include "modules/fetch/Headers.h" 9 #include "modules/fetch/Headers.h"
10 #include "platform/heap/Handle.h" 10 #include "platform/heap/Handle.h"
11 #include "platform/network/EncodedFormData.h" 11 #include "platform/network/EncodedFormData.h"
12 #include "platform/weborigin/Referrer.h" 12 #include "platform/weborigin/Referrer.h"
13 #include "platform/wtf/RefPtr.h" 13 #include "platform/wtf/RefPtr.h"
14 #include "platform/wtf/text/WTFString.h" 14 #include "platform/wtf/text/WTFString.h"
15 15
16 namespace blink { 16 namespace blink {
17 17
18 class BytesConsumer; 18 class BytesConsumer;
(...skipping 20 matching lines...) Expand all
39 String integrity; 39 String integrity;
40 RefPtr<EncodedFormData> attached_credential; 40 RefPtr<EncodedFormData> attached_credential;
41 // True if any members in RequestInit are set and hence the referrer member 41 // True if any members in RequestInit are set and hence the referrer member
42 // should be used in the Request constructor. 42 // should be used in the Request constructor.
43 bool are_any_members_set; 43 bool are_any_members_set;
44 }; 44 };
45 45
46 } // namespace blink 46 } // namespace blink
47 47
48 #endif // RequestInit_h 48 #endif // RequestInit_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/fetch/Headers.idl ('k') | third_party/WebKit/Source/modules/fetch/RequestInit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698