Remove PlatformFile from profile_browsertest
[chromium-blink-merge.git] / content / browser / frame_host / navigator.cc
blob6b51a91ee38c6a9731bfea330992703bb47c249f
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "content/browser/frame_host/navigator.h"
7 #include "base/time/time.h"
9 namespace content {
11 bool Navigator::NavigateToPendingEntry(
12 RenderFrameHostImpl* render_frame_host,
13 NavigationController::ReloadType reload_type) {
14 return false;
17 base::TimeTicks Navigator::GetCurrentLoadStart() {
18 return base::TimeTicks::Now();
21 } // namespace content