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

Unified Diff: public/web/WebViewClient.h

Issue 315693002: Use WebViewClient instead of BlinkPlatform for screen lock. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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 6f041e7a1ec2e65955ea641c1aadcaf772d4f459..0b0631cde9af455356874ecf75533f1e155b698b 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -68,6 +68,7 @@ class WebNode;
class WebPushClient;
class WebRange;
class WebSpeechRecognizer;
+class WebScreenOrientationClient;
class WebStorageNamespace;
class WebURL;
class WebURLRequest;
@@ -301,10 +302,19 @@ public:
virtual WebMIDIClient* webMIDIClient() { return 0; }
+
// Push Messaging -------------------------------------------------------
virtual WebPushClient* webPushClient() { return 0; }
+ // Screen Orientation ---------------------------------------------------
+
+ virtual WebScreenOrientationClient* webScreenOrientationClient()
+ {
+ return 0;
+ }
+
+
// Content detection ----------------------------------------------------
// Retrieves detectable content (e.g., email addresses, phone numbers)
« public/platform/WebScreenOrientationClient.h ('K') | « public/platform/WebScreenOrientationClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698