| Index: third_party/WebKit/public/web/WebSettings.h
|
| diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h
|
| index 64a661a9ea5eecf27bd2d85f808344c7a0592e38..ef8014e477d5792e3b6bb3ba97b966cc05122387 100644
|
| --- a/third_party/WebKit/public/web/WebSettings.h
|
| +++ b/third_party/WebKit/public/web/WebSettings.h
|
| @@ -295,6 +295,7 @@ class WebSettings {
|
| virtual void setExpensiveBackgroundThrottlingInitialBudget(float) = 0;
|
| virtual void setExpensiveBackgroundThrottlingMaxBudget(float) = 0;
|
| virtual void setExpensiveBackgroundThrottlingMaxDelay(float) = 0;
|
| + virtual void setMediaControlsEnabled(bool) = 0;
|
|
|
| protected:
|
| ~WebSettings() {}
|
|
|