OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2013 Google Inc. All rights reserved. | 2 * Copyright (C) 2013 Google Inc. All rights reserved. |
3 * | 3 * |
4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
6 * met: | 6 * met: |
7 * | 7 * |
8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 | 95 |
96 void FetchContext::didLoadResource(Resource*) {} | 96 void FetchContext::didLoadResource(Resource*) {} |
97 | 97 |
98 void FetchContext::addResourceTiming(const ResourceTimingInfo&) {} | 98 void FetchContext::addResourceTiming(const ResourceTimingInfo&) {} |
99 | 99 |
100 void FetchContext::sendImagePing(const KURL&) {} | 100 void FetchContext::sendImagePing(const KURL&) {} |
101 | 101 |
102 void FetchContext::addConsoleMessage(const String&, | 102 void FetchContext::addConsoleMessage(const String&, |
103 FetchContext::LogMessageType) const {} | 103 FetchContext::LogMessageType) const {} |
104 | 104 |
105 void FetchContext::modifyRequestForCSP(ResourceRequest&) {} | 105 void FetchContext::populateResourceRequest(Resource::Type, |
| 106 const ClientHintsPreferences&, |
| 107 const FetchRequest::ResourceWidth&, |
| 108 ResourceRequest&) {} |
106 | 109 |
107 void FetchContext::addClientHintsIfNecessary(FetchRequest&) {} | 110 void FetchContext::setFirstPartyCookieAndRequestorOrigin(ResourceRequest&) {} |
108 | |
109 void FetchContext::addCSPHeaderIfNecessary(Resource::Type, FetchRequest&) {} | |
110 | |
111 void FetchContext::populateRequestData(ResourceRequest&) {} | |
112 | 111 |
113 } // namespace blink | 112 } // namespace blink |
OLD | NEW |