Commit 9816cb6b authored by lfg's avatar lfg Committed by Commit bot

Fix gdb pretty printing for content::SiteInstanceImpl.

NOTRY=true

Review URL: https://codereview.chromium.org/827923007

Cr-Commit-Position: refs/heads/master@{#311571}
parent d6084a97
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment