| Index: content/browser/frame_host/navigation_handle_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.cc b/content/browser/frame_host/navigation_handle_impl.cc
|
| index 7ffc6b4157b72a85cbbce5a9b95ea788c49a7d81..1330c8e6e55d792ad23d18af262f3214cb9be7d4 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl.cc
|
| @@ -99,6 +99,10 @@ bool NavigationHandleImpl::IsInMainFrame() {
|
| return frame_tree_node_->IsMainFrame();
|
| }
|
|
|
| +const base::TimeTicks& NavigationHandleImpl::NavigationStart() {
|
| + return navigation_start_;
|
| +}
|
| +
|
| bool NavigationHandleImpl::IsPost() {
|
| CHECK_NE(INITIAL, state_)
|
| << "This accessor should not be called before the request is started.";
|
|
|