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

Unified Diff: components/web_view/navigation_entry.h

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
« no previous file with comments | « components/web_view/navigation_controller.cc ('k') | components/web_view/navigation_entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/navigation_entry.h
diff --git a/components/web_view/navigation_entry.h b/components/web_view/navigation_entry.h
index db3df6a54f374d7dea57ef3065c5cf7822854a4d..2e5f6a186b7265b873d219bdf4560d1f88e200bf 100644
--- a/components/web_view/navigation_entry.h
+++ b/components/web_view/navigation_entry.h
@@ -21,7 +21,7 @@ class NavigationEntry {
// Builds a copy of the URLRequest that generated this navigation. This
// method is heavyweight as it clones a few mojo pipes.
- mojo::URLRequestPtr BuildURLRequest() const;
+ mojo::URLRequestPtr BuildURLRequest(bool update_originating_time);
private:
// TODO(erg): This is not enough information to regenerate the state of the
« no previous file with comments | « components/web_view/navigation_controller.cc ('k') | components/web_view/navigation_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698