| 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 f219093972a3dd8d6f65fbafbfd1cbb3a57e9daf..fad7b139e2ebde774acb61fd4c4a6de734f0877c 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -111,6 +111,7 @@ public:
|
| void setLoadsImagesAutomatically(bool) override;
|
| void setLoadWithOverviewMode(bool) override;
|
| void setShouldReuseGlobalForUnownedMainFrame(bool) override;
|
| + void setProgressBarCompletion(ProgressBarCompletion) override;
|
| void setLocalStorageEnabled(bool) override;
|
| void setMainFrameClipsContent(bool) override;
|
| void setMainFrameResizesAreOrientationChanges(bool) override;
|
|
|