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

Unified Diff: content/child/blink_platform_impl.h

Issue 668303004: WIP DO NOT COMMIT chromium side of navigator.connect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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 | « content/browser/shared_worker/shared_worker_host.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 441f137668a18e9b3bf3590b0dcd80f62058b251..202c7e9e4c3ccac08c17edcc15dd26e830fea355 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -158,6 +158,10 @@ class CONTENT_EXPORT BlinkPlatformImpl
virtual blink::WebBluetooth* bluetooth();
virtual blink::WebNotificationManager* notificationManager();
virtual blink::WebPushProvider* pushProvider();
+ virtual void connectToUrl(
+ const blink::WebURL& targetUrl,
+ blink::WebMessagePortChannel* port,
+ blink::WebCallbacks<void, blink::WebString>* callbacks);
void SuspendSharedTimer();
void ResumeSharedTimer();
« no previous file with comments | « content/browser/shared_worker/shared_worker_host.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698