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

Unified Diff: third_party/WebKit/public/platform/modules/websockets/websocket.mojom

Issue 2224713002: Move WebSocketHandleImpl into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review feedback except the location of websocket.mojom Created 4 years, 4 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: third_party/WebKit/public/platform/modules/websockets/websocket.mojom
diff --git a/content/common/websocket.mojom b/third_party/WebKit/public/platform/modules/websockets/websocket.mojom
similarity index 99%
rename from content/common/websocket.mojom
rename to third_party/WebKit/public/platform/modules/websockets/websocket.mojom
index 120f4e9603c2162a7b8d1a8b80efca8a10349a9a..be0d4cfd71a169cefb80eb251368961d28a71a3c 100644
--- a/content/common/websocket.mojom
+++ b/third_party/WebKit/public/platform/modules/websockets/websocket.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module content.mojom;
+module blink.mojom;
import "url/mojo/origin.mojom";
import "url/mojo/url.mojom";

Powered by Google App Engine
This is Rietveld 408576698