Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1373)

Unified Diff: content/public/browser/render_view_host_delegate.cc

Issue 10441019: Move render_view_host_delegate.h out of content/public. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/render_view_host_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/public/browser/render_view_host_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698