| Index: third_party/WebKit/Source/web/WebSettingsImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| index 719ad33dfaf10d16f8ac5d8abbcedc6b2e6cba44..573b538527dec4320a007596cec2d02b6ca967b1 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -73,7 +73,7 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) {
|
| void SetCursiveFontFamily(const WebString&,
|
| UScriptCode = USCRIPT_COMMON) override;
|
| void SetDNSPrefetchingEnabled(bool) override;
|
| - void SetDataSaverEnabled(bool) override;
|
| + void SetDataSaverFlag(WebDataSaverFlag) override;
|
| void SetDOMPasteAllowed(bool) override;
|
| void SetDefaultFixedFontSize(int) override;
|
| void SetDefaultFontSize(int) override;
|
|
|