Index: content/browser/tab_contents/tab_contents.cc |
=================================================================== |
--- content/browser/tab_contents/tab_contents.cc (revision 91739) |
+++ content/browser/tab_contents/tab_contents.cc (working copy) |
@@ -1075,7 +1075,7 @@ |
opener_web_ui_type_ = WebUI::kNoWebUI; |
} |
- if (details.is_navigation_to_different_page()) { |
+ if (details.is_user_initiated_main_frame_load()) { |
// Clear the status bubble. This is a workaround for a bug where WebKit |
// doesn't let us know that the cursor left an element during a |
// transition (this is also why the mouse cursor remains as a hand after |