chromium/content/public/test/mock_navigation_handle.cc

// Copyright 2018 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/mock_navigation_handle.h"

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

namespace content {

namespace {

uint64_t g_mock_handle_id =;

}  // namespace

MockNavigationHandle::MockNavigationHandle() :{}

MockNavigationHandle::MockNavigationHandle(WebContents* web_contents)
    :{}

MockNavigationHandle::MockNavigationHandle(const GURL& url,
                                           RenderFrameHost* render_frame_host)
    :{}

MockNavigationHandle::~MockNavigationHandle() = default;

void MockNavigationHandle::SetAuthChallengeInfo(
    const net::AuthChallengeInfo& challenge) {}

}  // namespace content