blob: 43012be63d70975618fd918ed312e28ebe7a78d4 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// 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_plugin_guest_manager_delegate.h"
namespace content {
int BrowserPluginGuestManagerDelegate::GetNextInstanceID() {
return 0;
}
content::SiteInstance* BrowserPluginGuestManagerDelegate::GetGuestSiteInstance(
const GURL& guest_site) {
return NULL;
}
bool BrowserPluginGuestManagerDelegate::ForEachGuest(
WebContents* embedder_web_contents,
const GuestCallback& callback) {
return false;
}
} // content