Index: components/web_view/navigation_controller.h |
diff --git a/components/web_view/navigation_controller.h b/components/web_view/navigation_controller.h |
index 1d4a0ae18a2cbe85918f54ff1f6f15005ada00a1..635dfe591b4a10efb1d7cbd697cfaef7f9d66dcb 100644 |
--- a/components/web_view/navigation_controller.h |
+++ b/components/web_view/navigation_controller.h |
@@ -41,7 +41,8 @@ class NavigationController { |
void LoadURL(mojo::URLRequestPtr request); |
- void NavigateToPendingEntry(ReloadType reload_type); |
+ void NavigateToPendingEntry(ReloadType reload_type, |
+ bool update_navigation_start_time); |
// Takes ownership of a pending entry, and adds it to the current list. |
// |