| Index: third_party/WebKit/Source/modules/fetch/RequestInit.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/RequestInit.h b/third_party/WebKit/Source/modules/fetch/RequestInit.h
|
| index 8fa9aca6d212e93772681575b3de09c26e0157e7..5c0f941b382a04b3e6bd10547a586d037f683318 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/RequestInit.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/RequestInit.h
|
| @@ -34,11 +34,10 @@ public:
|
| String credentials;
|
| String redirect;
|
| String integrity;
|
| + OwnPtr<FetchDataConsumerHandle> attachedCredential;
|
| // True if any members in RequestInit are set and hence the referrer member
|
| // should be used in the Request constructor.
|
| bool areAnyMembersSet;
|
| - // True if the RequestInit |body| was created from a 'PasswordCredential' object.
|
| - bool isCredentialRequest;
|
| };
|
|
|
| } // namespace blink
|
|
|