| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index 5257bf4071c228bb6e06ba890f462148ab06c92e..ae32635098a9d935829682eb1ceb5d9c5c67c1dc 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -145,6 +145,7 @@ class CORE_EXPORT FrameFetchContext final : public BaseFetchContext {
|
| void AddClientHintsIfNecessary(const ClientHintsPreferences&,
|
| const FetchParameters::ResourceWidth&,
|
| ResourceRequest&);
|
| + static float ClientHintsDeviceRAM(int64_t physical_memory_mb);
|
|
|
| MHTMLArchive* Archive() const override;
|
|
|
|
|