Index: chrome/browser/ui/browser_list.cc |
=================================================================== |
--- chrome/browser/ui/browser_list.cc (revision 91739) |
+++ chrome/browser/ui/browser_list.cc (working copy) |
@@ -55,7 +55,7 @@ |
DCHECK(type == NotificationType::NAV_ENTRY_COMMITTED); |
const content::LoadCommittedDetails& load = |
*Details<content::LoadCommittedDetails>(details).ptr(); |
- if (!load.is_navigation_to_different_page()) |
+ if (!load.is_main_frame || load.is_auto || load.is_in_page) |
return; // Don't log for subframes or other trivial types. |
LogRenderProcessHostCount(); |