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

Unified Diff: content/common/sandbox_win.cc

Issue 212953007: Control DirectWrite from browser side, no RuntimeEnabledFeature any more. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix no-sandbox Created 6 years, 9 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 | « content/child/runtime_features.cc ('k') | content/renderer/renderer_main_platform_delegate_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/sandbox_win.cc
diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc
index 0041fda24207929229da9c225dfe3ecc9012324b..6f063d7d8384610e714dc3721e6bb4031ddcf34c 100644
--- a/content/common/sandbox_win.cc
+++ b/content/common/sandbox_win.cc
@@ -654,10 +654,6 @@ base::ProcessHandle StartSandboxedProcess(
true,
sandbox::TargetPolicy::FILES_ALLOW_READONLY,
policy);
- // We do not automatically propagate this from the browser command line,
- // and instead only add it when we're actually setting up the sandbox to
- // work with DirectWrite.
- cmd_line->AppendSwitch(switches::kEnableDirectWrite);
}
} else {
// Hack for Google Desktop crash. Trick GD into not injecting its DLL into
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/renderer/renderer_main_platform_delegate_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698