| Index: content/public/browser/render_view_host_delegate.cc
|
| ===================================================================
|
| --- content/public/browser/render_view_host_delegate.cc (revision 138799)
|
| +++ content/public/browser/render_view_host_delegate.cc (working copy)
|
| @@ -1,41 +0,0 @@
|
| -// Copyright (c) 2012 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/render_view_host_delegate.h"
|
| -
|
| -#include "googleurl/src/gurl.h"
|
| -#include "webkit/glue/webpreferences.h"
|
| -
|
| -namespace content {
|
| -
|
| -RenderViewHostDelegateView* RenderViewHostDelegate::GetDelegateView() {
|
| - return NULL;
|
| -}
|
| -
|
| -RenderViewHostDelegate::RendererManagement*
|
| -RenderViewHostDelegate::GetRendererManagementDelegate() {
|
| - return NULL;
|
| -}
|
| -
|
| -bool RenderViewHostDelegate::OnMessageReceived(const IPC::Message& message) {
|
| - return false;
|
| -}
|
| -
|
| -const GURL& RenderViewHostDelegate::GetURL() const {
|
| - return GURL::EmptyGURL();
|
| -}
|
| -
|
| -WebContents* RenderViewHostDelegate::GetAsWebContents() {
|
| - return NULL;
|
| -}
|
| -
|
| -webkit_glue::WebPreferences RenderViewHostDelegate::GetWebkitPrefs() {
|
| - return webkit_glue::WebPreferences();
|
| -}
|
| -
|
| -bool RenderViewHostDelegate::IsFullscreenForCurrentTab() const {
|
| - return false;
|
| -}
|
| -
|
| -} // namespace content
|
|
|