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

Unified Diff: chrome/browser/chromeos/login/webui_login_display_host.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 | « no previous file | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/webui_login_display_host.cc
diff --git a/chrome/browser/chromeos/login/webui_login_display_host.cc b/chrome/browser/chromeos/login/webui_login_display_host.cc
index dceb1a5a05b73276f9520e08fd022cf6e9ed0461..1e73d920089963c63210042c8b227497bd0b2725 100644
--- a/chrome/browser/chromeos/login/webui_login_display_host.cc
+++ b/chrome/browser/chromeos/login/webui_login_display_host.cc
@@ -189,6 +189,8 @@ void WebUILoginDisplayHost::LoadURL(const GURL& url) {
#endif
login_view_->OnWindowCreated();
}
+ // crosbug.com/26646.
+ LOG(WARNING) << "LoadURL:" << url;
login_view_->LoadURL(url);
}
« no previous file with comments | « no previous file | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698