| Index: public/web/WebViewClient.h
|
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
|
| index 7b75997763dad759f46462a118e5d2560c061195..a3fa453d209459b5f0e464dde416e620d98ec5e7 100644
|
| --- a/public/web/WebViewClient.h
|
| +++ b/public/web/WebViewClient.h
|
| @@ -66,7 +66,6 @@ class WebNode;
|
| class WebPushClient;
|
| class WebRange;
|
| class WebSpeechRecognizer;
|
| -class WebScreenOrientationClient;
|
| class WebStorageNamespace;
|
| class WebURL;
|
| class WebURLRequest;
|
| @@ -295,13 +294,6 @@ public:
|
|
|
| virtual WebPushClient* webPushClient() { return 0; }
|
|
|
| - // Screen Orientation ---------------------------------------------------
|
| -
|
| - virtual WebScreenOrientationClient* webScreenOrientationClient()
|
| - {
|
| - return 0;
|
| - }
|
| -
|
|
|
| // Content detection ----------------------------------------------------
|
|
|
|
|