Chromium Code Reviews| Index: content/shell/browser/shell_content_browser_client.cc |
| diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc |
| index 27313686e0d97126b60ae6f3e71b8ca0f044b15c..39eb87e5e826d60b01464e82bf4e60852645e91d 100644 |
| --- a/content/shell/browser/shell_content_browser_client.cc |
| +++ b/content/shell/browser/shell_content_browser_client.cc |
| @@ -234,10 +234,6 @@ void ShellContentBrowserClient::AppendExtraCommandLineSwitches( |
| base::CommandLine* command_line, |
| int child_process_id) { |
| if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
| - switches::kDumpLineBoxTrees)) { |
|
jochen (gone - plz use gerrit)
2016/03/04 12:33:36
ugh, this should have been handled in content/shel
Łukasz Anforowicz
2016/03/04 17:40:08
Acknowledged - I try to fix the remaining ones in
|
| - command_line->AppendSwitch(switches::kDumpLineBoxTrees); |
| - } |
| - if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
| switches::kEnableFontAntialiasing)) { |
| command_line->AppendSwitch(switches::kEnableFontAntialiasing); |
| } |