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

Unified Diff: content/browser/renderer_host/render_view_host_impl.cc

Issue 9709001: Remove/add log for timeout issue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add bug # Created 8 years, 9 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
« no previous file with comments | « chrome/test/pyautolib/pyauto.py ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_view_host_impl.cc
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
index ec14e6a592a099909f0d7a04ee4a47c0fddb77e2..4a246742bd1ba114d3ae9a63d3e242117b602d08 100644
--- a/content/browser/renderer_host/render_view_host_impl.cc
+++ b/content/browser/renderer_host/render_view_host_impl.cc
@@ -277,6 +277,12 @@ void RenderViewHostImpl::Navigate(const ViewMsg_Navigate_Params& params) {
ViewMsg_Navigate* nav_message = new ViewMsg_Navigate(GetRoutingID(), params);
+#if defined(OS_CHROMEOS)
+ // crosbug.com/26646.
+ LOG(ERROR) << "Navigation url=" << params.url
+ << ", suspended=" << navigations_suspended_;
+#endif
+
// Only send the message if we aren't suspended at the start of a cross-site
// request.
if (navigations_suspended_) {
« no previous file with comments | « chrome/test/pyautolib/pyauto.py ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698