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

Unified Diff: content/common/process_type.cc

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/common/process_type.cc
diff --git a/content/common/process_type.cc b/content/common/process_type.cc
index c4e293b0c7b0358a456db62196b5d08d74ee99ba..394193d6ed719ff66c828938c2881410b98c88cf 100644
--- a/content/common/process_type.cc
+++ b/content/common/process_type.cc
@@ -17,7 +17,7 @@ std::string GetProcessTypeNameInEnglish(int type) {
return "Tab";
case PROCESS_TYPE_PLUGIN:
return "Plug-in";
- case PROCESS_TYPE_WORKER:
+ case PROCESS_TYPE_WORKER_DEPRICATED:
return "Web Worker";
case PROCESS_TYPE_UTILITY:
return "Utility";

Powered by Google App Engine
This is Rietveld 408576698