Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Unified Diff: public/web/WebViewClient.h

Issue 319633007: Move WebScreenOrientationClient to WebFrameClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ----------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698