chromium/components/no_state_prefetch/browser/no_state_prefetch_handle.cc

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

#include "components/no_state_prefetch/browser/no_state_prefetch_handle.h"

#include <algorithm>

#include "base/check_op.h"
#include "components/no_state_prefetch/browser/no_state_prefetch_contents.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/web_contents.h"

BrowserThread;

namespace prerender {

NoStatePrefetchHandle::Observer::Observer() {}

NoStatePrefetchHandle::Observer::~Observer() {}

NoStatePrefetchHandle::~NoStatePrefetchHandle() {}

void NoStatePrefetchHandle::SetObserver(Observer* observer) {}

void NoStatePrefetchHandle::OnNavigateAway() {}

void NoStatePrefetchHandle::OnCancel() {}

bool NoStatePrefetchHandle::IsPrefetching() const {}

bool NoStatePrefetchHandle::IsFinishedLoading() const {}

NoStatePrefetchContents* NoStatePrefetchHandle::contents() const {}

NoStatePrefetchHandle::NoStatePrefetchHandle(
    NoStatePrefetchManager::NoStatePrefetchData* prefetch_data)
    :{}

void NoStatePrefetchHandle::OnPrefetchStop(
    NoStatePrefetchContents* no_state_prefetch_contents) {}

bool NoStatePrefetchHandle::RepresentingSamePrefetchAs(
    NoStatePrefetchHandle* other) const {}

}  // namespace prerender