| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 6b1b65cf6eed5a3e792b310b523c26260b459cff..ea0385172e6f53c232c589a8ef1045f2193aa12a 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -179,7 +179,6 @@ public:
|
| virtual void setTouchEditingEnabled(bool) = 0;
|
| virtual void setUnifiedTextCheckerEnabled(bool) = 0;
|
| virtual void setUnsafePluginPastingEnabled(bool) = 0;
|
| - virtual void setUserStyleSheetLocation(const WebURL&) = 0;
|
| virtual void setUsesEncodingDetector(bool) = 0;
|
| virtual void setUseLegacyBackgroundSizeShorthandBehavior(bool) = 0;
|
| virtual void setUseSolidColorScrollbars(bool) = 0;
|
|
|