1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "content/public/browser/browser_plugin_guest_delegate.h"
9 bool BrowserPluginGuestDelegate::CanRunInDetachedState() const {
13 WebContents
* BrowserPluginGuestDelegate::CreateNewGuestWindow(
14 const WebContents::CreateParams
& create_params
) {
19 WebContents
* BrowserPluginGuestDelegate::GetOwnerWebContents() const {
23 bool BrowserPluginGuestDelegate::Find(int request_id
,
24 const base::string16
& search_text
,
25 const blink::WebFindOptions
& options
) {
29 bool BrowserPluginGuestDelegate::StopFinding(StopFindAction action
) {
33 } // namespace content