Index: chrome/browser/chromeos/boot_times_loader.cc |
diff --git a/chrome/browser/chromeos/boot_times_loader.cc b/chrome/browser/chromeos/boot_times_loader.cc |
index 2fd1b0a4df989b2d6e64781e50295f67fa6cf340..594ff4284188c84e24ea751f5863304eaba5c1e8 100644 |
--- a/chrome/browser/chromeos/boot_times_loader.cc |
+++ b/chrome/browser/chromeos/boot_times_loader.cc |
@@ -62,7 +62,7 @@ const std::string GetTabUrl(RenderWidgetHost* rwh) { |
++i) { |
WebContents* tab = browser->tab_strip_model()->GetWebContentsAt(i); |
if (tab->GetRenderWidgetHostView() == rwhv) { |
- return tab->GetURL().spec(); |
+ return tab->GetLastCommittedURL().spec(); |
} |
} |
} |