| Index: content/public/browser/navigation_handle.cc
|
| diff --git a/content/public/browser/navigation_handle.cc b/content/public/browser/navigation_handle.cc
|
| index c013c0ee19e7ebc8b728856f68cc6483f3a460a0..857e17d74f9c6589ce3e313ac4150bb200569e4f 100644
|
| --- a/content/public/browser/navigation_handle.cc
|
| +++ b/content/public/browser/navigation_handle.cc
|
| @@ -29,7 +29,7 @@
|
| static_cast<RenderFrameHostImpl*>(render_frame_host)->frame_tree_node(),
|
| false, // is_synchronous
|
| false, // is_srcdoc
|
| - base::TimeTicks::Now(), 0);
|
| + base::TimeTicks::Now());
|
| return scoped_ptr<NavigationHandle>(std::move(handle_impl));
|
| }
|
|
|
|
|