| 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 41749c210edd054dfdb14d35670522cc5a13853d..d93ad791343dfcdd7d451097002f25cfde3801df 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -148,6 +148,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;
|
|
|
|
|