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

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

Issue 2142523004: M52: Merge "Reland: service worker: Don't control a subframe of an insecure context" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: fix compile errors Created 4 years, 5 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_types.h
diff --git a/content/common/service_worker/service_worker_types.h b/content/common/service_worker/service_worker_types.h
index 81f7d4f7d508f1f5021e3cf0fd1cb35081ae1469..8291329aec96db640b960a5dc119737db474bf6c 100644
--- a/content/common/service_worker/service_worker_types.h
+++ b/content/common/service_worker/service_worker_types.h
@@ -66,11 +66,8 @@ enum ServiceWorkerProviderType {
// For ServiceWorkers.
SERVICE_WORKER_PROVIDER_FOR_CONTROLLER,
- // For sandboxed frames.
- SERVICE_WORKER_PROVIDER_FOR_SANDBOXED_FRAME,
-
SERVICE_WORKER_PROVIDER_TYPE_LAST =
- SERVICE_WORKER_PROVIDER_FOR_SANDBOXED_FRAME
+ SERVICE_WORKER_PROVIDER_FOR_CONTROLLER
};
// The enum entries below are written to histograms and thus cannot be deleted
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698