directWrite option is removed
This commit is contained in:
parent
d0719e9b4b
commit
8d3e09747a
4 changed files with 0 additions and 12 deletions
|
@ -79,12 +79,6 @@ void WebContentsPreferences::AppendExtraCommandLineSwitches(
|
|||
base::DictionaryValue& web_preferences = self->web_preferences_;
|
||||
|
||||
bool b;
|
||||
#if defined(OS_WIN)
|
||||
// Check if DirectWrite is disabled.
|
||||
if (web_preferences.GetBoolean(options::kDirectWrite, &b) && !b)
|
||||
command_line->AppendSwitch(::switches::kDisableDirectWrite);
|
||||
#endif
|
||||
|
||||
// Check if plugins are enabled.
|
||||
if (web_preferences.GetBoolean("plugins", &b) && b)
|
||||
command_line->AppendSwitch(switches::kEnablePlugins);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue