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

Unified Diff: content/common/service_worker_interfaces.cc

Issue 118103002: Add IPC stubs between browser and ServiceWorker's worker context in the child process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: content/common/service_worker_interfaces.cc
diff --git a/tools/json_schema_compiler/test/idl_namespace_specific_implement.idl b/content/common/service_worker_interfaces.cc
similarity index 58%
copy from tools/json_schema_compiler/test/idl_namespace_specific_implement.idl
copy to content/common/service_worker_interfaces.cc
index 99b65ac50a53fcf5cd73cd38ba01a0be1515b598..7e204ab58a41da8e6b6dd0815b21114639c756d8 100644
--- a/tools/json_schema_compiler/test/idl_namespace_specific_implement.idl
+++ b/content/common/service_worker_interfaces.cc
@@ -2,9 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Tests the case of a namespace with specific implemented file.
+#include "content/common/service_worker_interfaces.h"
-[implemented_in="idl_namespace_specific_implement.idl"]
-namespace idl_namespace_specific_implement {
+namespace content {
-};
+ServiceWorkerFetchRequest::ServiceWorkerFetchRequest() {}
+ServiceWorkerFetchRequest::~ServiceWorkerFetchRequest() {}
+
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698