| 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 1a581808f6359f34df7f7c2e11d895b464871707..05577d17b168f37898da1df4b8286e7b5d9ec802 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -206,6 +206,8 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) {
|
| void SetExpensiveBackgroundThrottlingMaxBudget(float) override;
|
| void SetExpensiveBackgroundThrottlingMaxDelay(float) override;
|
| void SetMediaControlsEnabled(bool) override;
|
| + void SetAutomationControlled(bool) override;
|
| + void SetHeadless(bool) override;
|
| void SetDoNotUpdateSelectionOnMutatingSelectionRange(bool) override;
|
|
|
| bool ShowFPSCounter() const { return show_fps_counter_; }
|
|
|