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

Unified Diff: components/test_runner/test_runner.cc

Issue 1755123004: Remove dump_line_box_trees and debug_render_tree from LayoutDumpFlags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding const-ref enabled by the core changes. Created 4 years, 10 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
Index: components/test_runner/test_runner.cc
diff --git a/components/test_runner/test_runner.cc b/components/test_runner/test_runner.cc
index 836924e40601d3d6fc8e05e9f7c17d991372008f..b85bc61f1d4c151616a29c855daee6a2654960a0 100644
--- a/components/test_runner/test_runner.cc
+++ b/components/test_runner/test_runner.cc
@@ -1663,9 +1663,7 @@ TestRunner::TestRunner(TestInterfaces* interfaces)
false, // dump_as_markup
false, // dump_child_frames_as_markup
false, // dump_child_frame_scroll_positions
- false, // is_printing
- false, // dump_line_box_trees
- false), // debug_render_tree
+ false), // is_printing
test_interfaces_(interfaces),
delegate_(nullptr),
web_view_(nullptr),

Powered by Google App Engine
This is Rietveld 408576698