| 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 404fc9d75ff131dbc509b66296cafcc1d4c9c9b8..baf7b86c79f89167adcb6d4126aec4ab5d842b45 100644
|
| --- a/third_party/WebKit/public/web/WebSettings.h
|
| +++ b/third_party/WebKit/public/web/WebSettings.h
|
| @@ -164,6 +164,7 @@ public:
|
| void setLayerSquashingEnabled(bool) { }
|
| virtual void setLoadsImagesAutomatically(bool) = 0;
|
| virtual void setLoadWithOverviewMode(bool) = 0;
|
| + virtual void setShouldReuseGlobalForUnownedMainFrame(bool) = 0;
|
| virtual void setLocalStorageEnabled(bool) = 0;
|
| virtual void setMainFrameClipsContent(bool) = 0;
|
| virtual void setMainFrameResizesAreOrientationChanges(bool) = 0;
|
|
|