#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 { … }
}