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

Unified Diff: chrome/browser/about_flags.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: rebase 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/devtools/devtools_targets_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index fa4a16c70957229d4094bd089220a8c0396c61b6..90091d8fdac70e731d31e0a8fa0c65b2d077c640 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1790,13 +1790,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableEasyUnlock)
},
#endif
- {
- "disable-embedded-shared-worker",
- IDS_FLAGS_DISABLE_EMBEDDED_SHARED_WORKER_NAME,
- IDS_FLAGS_DISABLE_EMBEDDED_SHARED_WORKER_DESCRIPTION,
- kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kDisableEmbeddedSharedWorker)
- },
#if defined(OS_CHROMEOS)
{
"enable-filemanager-mtp",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/devtools/devtools_targets_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698