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

Unified Diff: content/renderer/render_process_impl.cc

Issue 1491083002: Set V8 extras mode in gin::V8Initializer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | gin/isolate_holder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_process_impl.cc
diff --git a/content/renderer/render_process_impl.cc b/content/renderer/render_process_impl.cc
index 6d4577f171e8cc740426adad0db5b12128e90567..188f3fa31dc6a99625d852246f205ccad543e2a0 100644
--- a/content/renderer/render_process_impl.cc
+++ b/content/renderer/render_process_impl.cc
@@ -63,13 +63,6 @@ RenderProcessImpl::RenderProcessImpl()
v8::V8::SetFlagsFromString(flags.c_str(), static_cast<int>(flags.size()));
}
- if (command_line.HasSwitch(
- switches::kEnableExperimentalWebPlatformFeatures)) {
- std::string extras_flag("--experimental_extras");
- v8::V8::SetFlagsFromString(extras_flag.c_str(),
- static_cast<int>(extras_flag.size()));
- }
-
SiteIsolationStatsGatherer::SetEnabled(
GetContentClient()->renderer()->ShouldGatherSiteIsolationStats());
}
« no previous file with comments | « no previous file | gin/isolate_holder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698