| Index: components/test_runner/layout_dump.cc
|
| diff --git a/components/test_runner/layout_dump.cc b/components/test_runner/layout_dump.cc
|
| index 02a90ee7f100d5226360165d10b961fd04de6882..3c4c84d300558542709548dd463cdf97be4f5665 100644
|
| --- a/components/test_runner/layout_dump.cc
|
| +++ b/components/test_runner/layout_dump.cc
|
| @@ -78,11 +78,6 @@ std::string DumpLayout(WebLocalFrame* frame, const LayoutDumpFlags& flags) {
|
| WebFrameContentDumper::LayoutAsTextNormal;
|
| if (flags.is_printing)
|
| layout_text_behavior |= WebFrameContentDumper::LayoutAsTextPrinting;
|
| - if (flags.debug_render_tree)
|
| - layout_text_behavior |= WebFrameContentDumper::LayoutAsTextDebug;
|
| - if (flags.dump_line_box_trees)
|
| - layout_text_behavior |=
|
| - WebFrameContentDumper::LayoutAsTextWithLineTrees;
|
| result = WebFrameContentDumper::dumpLayoutTreeAsText(frame,
|
| layout_text_behavior)
|
| .utf8();
|
|
|