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

Side by Side Diff: content/browser/renderer_host/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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/public/browser/render_view_host_delegate.h" 5 #include "content/browser/renderer_host/render_view_host_delegate.h"
6 6
7 #include "googleurl/src/gurl.h" 7 #include "googleurl/src/gurl.h"
8 #include "webkit/glue/webpreferences.h" 8 #include "webkit/glue/webpreferences.h"
9 9
10 namespace content { 10 namespace content {
11 11
12 RenderViewHostDelegateView* RenderViewHostDelegate::GetDelegateView() { 12 RenderViewHostDelegateView* RenderViewHostDelegate::GetDelegateView() {
13 return NULL; 13 return NULL;
14 } 14 }
15 15
(...skipping 16 matching lines...) Expand all
32 32
33 webkit_glue::WebPreferences RenderViewHostDelegate::GetWebkitPrefs() { 33 webkit_glue::WebPreferences RenderViewHostDelegate::GetWebkitPrefs() {
34 return webkit_glue::WebPreferences(); 34 return webkit_glue::WebPreferences();
35 } 35 }
36 36
37 bool RenderViewHostDelegate::IsFullscreenForCurrentTab() const { 37 bool RenderViewHostDelegate::IsFullscreenForCurrentTab() const {
38 return false; 38 return false;
39 } 39 }
40 40
41 } // namespace content 41 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_view_host_delegate.h ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698