| Index: third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceResponse.h b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| index fe72dc832e55a0f32c44fbd6469dcde53bc6f261..273dc9aa768c0692c9dd076a0abd0667ab8af0d9 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| @@ -188,6 +188,8 @@ class PLATFORM_EXPORT ResourceResponse final {
|
|
|
| bool isAttachment() const;
|
|
|
| + AtomicString httpContentType() const;
|
| +
|
| // FIXME: These are used by PluginStream on some platforms. Calculations may
|
| // differ from just returning plain Last-Modified header.
|
| // Leaving it for now but this should go away in favor of generic solution.
|
|
|