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

Unified Diff: sky/engine/public/platform/Platform.h

Issue 676723003: Remove postMessage, MessageChannel and MessagePort. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/core/loader/FrameLoaderClient.h ('k') | sky/engine/public/platform/WebMessagePortChannel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/Platform.h
diff --git a/sky/engine/public/platform/Platform.h b/sky/engine/public/platform/Platform.h
index d542900c23d6c1f9df43f86ad985aee2d5e48d3f..e4dadb48f31837f44b1ce4f09eae75f2397f68a7 100644
--- a/sky/engine/public/platform/Platform.h
+++ b/sky/engine/public/platform/Platform.h
@@ -60,7 +60,6 @@ class WebFlingAnimator;
class WebGestureCurveTarget;
class WebGestureCurve;
class WebGraphicsContext3DProvider;
-class WebMessagePortChannel;
class WebMimeRegistry;
class WebPublicSuffixList;
class WebSandboxSupport;
@@ -169,14 +168,6 @@ public:
// See comments on ImageDecoder::m_maxDecodedBytes.
virtual size_t maxDecodedImageBytes() { return noDecodedImageByteLimit; }
-
- // Message Ports -------------------------------------------------------
-
- // Creates a Message Port Channel pair. This can be called on any thread.
- // The returned objects should only be used on the thread they were created on.
- virtual void createMessageChannel(WebMessagePortChannel** channel1, WebMessagePortChannel** channel2) { *channel1 = 0; *channel2 = 0; }
-
-
// Network -------------------------------------------------------------
// Returns a new WebURLLoader instance.
« no previous file with comments | « sky/engine/core/loader/FrameLoaderClient.h ('k') | sky/engine/public/platform/WebMessagePortChannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698