chromium/content/public/test/navigation_handle_observer.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/public/test/navigation_handle_observer.h"

#include "content/public/browser/navigation_handle.h"

namespace content {

NavigationHandleObserver::NavigationHandleObserver(
    WebContents* web_contents,
    const GURL& expected_start_url)
    :{}

NavigationHandleObserver::~NavigationHandleObserver() {}

void NavigationHandleObserver::DidStartNavigation(
    NavigationHandle* navigation_handle) {}

void NavigationHandleObserver::DidFinishNavigation(
    NavigationHandle* navigation_handle) {}

std::string NavigationHandleObserver::GetNormalizedResponseHeader(
    const std::string& key) const {}

}  // namespace content