| 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 3ba0a70e0167ebf16b3110818665ec5f74fd1de8..84225e0cfdec26e6b61910d3221db368c1519b29 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;
|
|
|