| Index: public/web/WebViewClient.h
|
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
|
| index 4a9e15b3262ba556dbd646078bd50aafe8107246..748a9d3dcfa4027d29bf788bf677378f03322b07 100644
|
| --- a/public/web/WebViewClient.h
|
| +++ b/public/web/WebViewClient.h
|
| @@ -65,7 +65,6 @@ class WebNode;
|
| class WebPushClient;
|
| class WebRange;
|
| class WebSpeechRecognizer;
|
| -class WebScreenOrientationClient;
|
| class WebStorageNamespace;
|
| class WebURL;
|
| class WebURLRequest;
|
| @@ -289,13 +288,6 @@ public:
|
|
|
| virtual WebPushClient* webPushClient() { return 0; }
|
|
|
| - // Screen Orientation ---------------------------------------------------
|
| -
|
| - virtual WebScreenOrientationClient* webScreenOrientationClient()
|
| - {
|
| - return 0;
|
| - }
|
| -
|
|
|
| // Content detection ----------------------------------------------------
|
|
|
|
|