| 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 54324cf402cd3a250b696d9d8aeca5548a8aa710..c95df8c42e88651dd67375c6e753dbff6f8692a4 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;
|
|
|
|
|