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

Unified Diff: content/public/common/process_type.h

Issue 411283002: Remove disable-embedded-shared-worker flag and shared worker process related codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/public/common/process_type.h
diff --git a/content/public/common/process_type.h b/content/public/common/process_type.h
index 495bef31c641366c285cf8722cf49140892c08c5..78348ddfb285fbc675217b79086b76fecbb1eb0b 100644
--- a/content/public/common/process_type.h
+++ b/content/public/common/process_type.h
@@ -20,7 +20,7 @@ enum ProcessType {
PROCESS_TYPE_BROWSER,
PROCESS_TYPE_RENDERER,
PROCESS_TYPE_PLUGIN,
- PROCESS_TYPE_WORKER,
+ PROCESS_TYPE_WORKER_DEPRICATED,
PROCESS_TYPE_UTILITY,
PROCESS_TYPE_ZYGOTE,
PROCESS_TYPE_SANDBOX_HELPER,

Powered by Google App Engine
This is Rietveld 408576698