chromium/content/public/browser/browser_child_process_host_iterator.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 "content/public/browser/browser_child_process_host_iterator.h"

#include "base/check_op.h"
#include "content/browser/browser_child_process_host_impl.h"
#include "content/public/browser/browser_thread.h"

namespace content {

BrowserChildProcessHostIterator::BrowserChildProcessHostIterator()
    :{}

BrowserChildProcessHostIterator::BrowserChildProcessHostIterator(int type)
    :{}

BrowserChildProcessHostIterator::~BrowserChildProcessHostIterator() {}

bool BrowserChildProcessHostIterator::operator++() {}

bool BrowserChildProcessHostIterator::Done() {}

const ChildProcessData& BrowserChildProcessHostIterator::GetData() {}

bool BrowserChildProcessHostIterator::Send(IPC::Message* message) {}

BrowserChildProcessHostDelegate*
    BrowserChildProcessHostIterator::GetDelegate() {}

ChildProcessHost* BrowserChildProcessHostIterator::GetHost() {}

}  // namespace content