1 // Copyright (c) 2012 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/browser/renderer_host/render_view_host_delegate.h"
7 #include "content/public/common/web_preferences.h"
12 RenderViewHostDelegateView
* RenderViewHostDelegate::GetDelegateView() {
16 bool RenderViewHostDelegate::OnMessageReceived(RenderViewHost
* render_view_host
,
17 const IPC::Message
& message
) {
21 WebContents
* RenderViewHostDelegate::GetAsWebContents() {
25 bool RenderViewHostDelegate::IsFullscreenForCurrentTab() const {
29 SessionStorageNamespace
* RenderViewHostDelegate::GetSessionStorageNamespace(
30 SiteInstance
* instance
) {
34 SessionStorageNamespaceMap
35 RenderViewHostDelegate::GetSessionStorageNamespaceMap() {
36 return SessionStorageNamespaceMap();
39 FrameTree
* RenderViewHostDelegate::GetFrameTree() {
43 bool RenderViewHostDelegate::IsNeverVisible() {
47 bool RenderViewHostDelegate::IsVirtualKeyboardRequested() {
51 } // namespace content