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

Unified Diff: components/web_view/navigation_entry.cc

Issue 1391963004: Correctly record and pass around navigation start time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: components/web_view/navigation_entry.cc
diff --git a/components/web_view/navigation_entry.cc b/components/web_view/navigation_entry.cc
index 0b3aaa86fa0b2fa45f42b31e7861073a23ee88b6..f054fd10582df3a32a54e24d0dfd9ee5cf3336d1 100644
--- a/components/web_view/navigation_entry.cc
+++ b/components/web_view/navigation_entry.cc
@@ -14,7 +14,7 @@ NavigationEntry::NavigationEntry(const GURL& raw_url)
NavigationEntry::~NavigationEntry() {}
-mojo::URLRequestPtr NavigationEntry::BuildURLRequest() const {
+mojo::URLRequestPtr NavigationEntry::BuildURLRequest() {
return url_request_.Clone();
}

Powered by Google App Engine
This is Rietveld 408576698