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 |