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

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

Issue 2891903002: ServiceWorker: Keep info as a member of ServiceWorkerProviderHost (Closed)
Patch Set: Rebased Created 3 years, 7 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: content/common/service_worker/service_worker_provider_host_info.h
diff --git a/content/common/service_worker/service_worker_provider_host_info.h b/content/common/service_worker/service_worker_provider_host_info.h
index 106fb620ab3339552b1ea0a010d951d8a26106f6..ce46cf8557fe727233d9ae7959cf8b10d2fa2f42 100644
--- a/content/common/service_worker/service_worker_provider_host_info.h
+++ b/content/common/service_worker/service_worker_provider_host_info.h
@@ -9,6 +9,7 @@
namespace content {
+// Container object to create a ServiceWorkerProviderHost.
struct CONTENT_EXPORT ServiceWorkerProviderHostInfo {
ServiceWorkerProviderHostInfo();
ServiceWorkerProviderHostInfo(ServiceWorkerProviderHostInfo&& other);

Powered by Google App Engine
This is Rietveld 408576698