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

Unified Diff: content/shell/common/shell_messages.h

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: content/shell/common/shell_messages.h
diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h
index acbbfb019d2c9c4adee1bf88332a0a6700247b96..7a0b1f93a74caee116d10cdc67c6f517c7008a00 100644
--- a/content/shell/common/shell_messages.h
+++ b/content/shell/common/shell_messages.h
@@ -35,8 +35,6 @@ IPC_STRUCT_TRAITS_BEGIN(test_runner::LayoutDumpFlags)
IPC_STRUCT_TRAITS_MEMBER(dump_child_frames_as_markup)
IPC_STRUCT_TRAITS_MEMBER(dump_child_frame_scroll_positions)
IPC_STRUCT_TRAITS_MEMBER(is_printing)
- IPC_STRUCT_TRAITS_MEMBER(dump_line_box_trees)
- IPC_STRUCT_TRAITS_MEMBER(debug_render_tree)
IPC_STRUCT_TRAITS_END()
// Tells the renderer to reset all test runners.

Powered by Google App Engine
This is Rietveld 408576698