Index: tools/gdb/gdb_chrome.py |
diff --git a/tools/gdb/gdb_chrome.py b/tools/gdb/gdb_chrome.py |
index 2d2bfa64bdad7ef76285717098c0c69cc25f4a4c..2ba7ce8b1daff0ee6496f24c7abb9bcdb2270915 100644 |
--- a/tools/gdb/gdb_chrome.py |
+++ b/tools/gdb/gdb_chrome.py |
@@ -283,9 +283,6 @@ class SiteInstanceImplPrinter(object): |
yield ('browsing_instance_', self.val['browsing_instance_']['ptr_']) |
if self.val['process_']: |
yield ('process_', typed_ptr(self.val['process_'])) |
- if self.val['render_process_host_factory_']: |
- yield ('render_process_host_factory_', |
- self.val['render_process_host_factory_']) |
pp_set.add_printer('content::SiteInstanceImpl', '^content::SiteInstanceImpl$', |
SiteInstanceImplPrinter) |