| 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 afffe21fe29716a30fdcbbfdd455c6707532d717..45914e4c7f8eaac10baaac56ee224952da3a2368 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -144,6 +144,7 @@ class CORE_EXPORT FrameFetchContext final : public BaseFetchContext {
|
| void AddClientHintsIfNecessary(const ClientHintsPreferences&,
|
| const FetchParameters::ResourceWidth&,
|
| ResourceRequest&);
|
| + static float ClientHintsDeviceRAM(int physical_memory_mb);
|
|
|
| MHTMLArchive* Archive() const override;
|
|
|
|
|