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

Unified Diff: content/common/navigator_connect_types.cc

Issue 861373002: Refactor navigator.connect code to make it more flexible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 5 years, 11 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 | « content/common/navigator_connect_types.h ('k') | content/common/service_worker/service_worker_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/navigator_connect_types.cc
diff --git a/content/common/navigator_connect_types.cc b/content/common/navigator_connect_types.cc
deleted file mode 100644
index c0e5e6e43ce4d7497df9787c82cf037b21617535..0000000000000000000000000000000000000000
--- a/content/common/navigator_connect_types.cc
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "content/common/navigator_connect_types.h"
-
-namespace content {
-
-CrossOriginServiceWorkerClient::CrossOriginServiceWorkerClient()
- : message_port_id(-1) {
-}
-
-CrossOriginServiceWorkerClient::CrossOriginServiceWorkerClient(
- const GURL& target_url,
- const GURL& origin,
- int message_port_id)
- : target_url(target_url), origin(origin), message_port_id(message_port_id) {
-}
-
-CrossOriginServiceWorkerClient::~CrossOriginServiceWorkerClient() {
-}
-
-} // namespace content
« no previous file with comments | « content/common/navigator_connect_types.h ('k') | content/common/service_worker/service_worker_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698