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

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: m_client null check 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
« no previous file with comments | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ----------------------------------------------------
« no previous file with comments | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698