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

Unified Diff: content/common/service_worker/embedded_worker_start_params_internal.h

Issue 2490623005: Remove InterfaceRegistry/Provider from service workers (Closed)
Patch Set: Created 4 years, 1 month 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/embedded_worker_start_params_internal.h
diff --git a/content/common/service_worker/embedded_worker_start_params.h b/content/common/service_worker/embedded_worker_start_params_internal.h
similarity index 84%
copy from content/common/service_worker/embedded_worker_start_params.h
copy to content/common/service_worker/embedded_worker_start_params_internal.h
index 9e2ef2a5b9a222a7dc2ab5d16ac7199bbfc71ad3..2934116ae68ca8c71c148cac11e53d91db15998c 100644
--- a/content/common/service_worker/embedded_worker_start_params.h
+++ b/content/common/service_worker/embedded_worker_start_params_internal.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef CONTENT_COMMON_SERVICE_WORKER_EMBEDDED_WORKER_START_PARAMS_INTERNAL_H_
+#define CONTENT_COMMON_SERVICE_WORKER_EMBEDDED_WORKER_START_PARAMS_INTERNAL_H_
+
#include "content/common/content_export.h"
#include "content/common/service_worker/embedded_worker_settings.h"
#include "url/gurl.h"
-#ifndef CONTENT_COMMON_SERVICE_WORKER_EMBEDDED_WORKER_START_PARAMS_H_
-#define CONTENT_COMMON_SERVICE_WORKER_EMBEDDED_WORKER_START_PARAMS_H_
-
namespace content {
-struct CONTENT_EXPORT EmbeddedWorkerStartParams {
- EmbeddedWorkerStartParams();
+struct CONTENT_EXPORT EmbeddedWorkerStartParamsInternal {
+ EmbeddedWorkerStartParamsInternal();
int embedded_worker_id;
int64_t service_worker_version_id;
@@ -27,4 +27,4 @@ struct CONTENT_EXPORT EmbeddedWorkerStartParams {
} // namespace content
-#endif // CONTENT_COMMON_SERVICE_WORKER_EMBEDDED_WORKER_START_PARAMS_H_
+#endif // CONTENT_COMMON_SERVICE_WORKER_EMBEDDED_WORKER_START_PARAMS_INTERNAL_H_

Powered by Google App Engine
This is Rietveld 408576698