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

Unified Diff: content/browser/renderer_host/render_view_host_delegate.h

Issue 8432011: Move RendererPreferences to content/public/common and also put in the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
Index: content/browser/renderer_host/render_view_host_delegate.h
===================================================================
--- content/browser/renderer_host/render_view_host_delegate.h (revision 108004)
+++ content/browser/renderer_host/render_view_host_delegate.h (working copy)
@@ -24,27 +24,28 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h"
#include "webkit/glue/window_open_disposition.h"
+
class BackgroundContents;
-struct BookmarkNodeData;
class BookmarkNode;
-struct ContextMenuParams;
class GURL;
-struct NativeWebKeyboardEvent;
-struct RendererPreferences;
class RenderProcessHost;
class RenderViewHost;
class SkBitmap;
class TabContents;
+class WebKeyboardEvent;
+struct BookmarkNodeData;
+struct ContextMenuParams;
+struct NativeWebKeyboardEvent;
struct ViewHostMsg_CreateWindow_Params;
struct ViewHostMsg_FrameNavigate_Params;
+struct ViewHostMsg_RunFileChooser_Params;
struct WebDropData;
struct WebMenuItem;
-class WebKeyboardEvent;
struct WebPreferences;
-struct ViewHostMsg_RunFileChooser_Params;
namespace content {
class BrowserContext;
+struct RendererPreferences;
}
namespace gfx {
@@ -302,7 +303,7 @@
// Return a dummy RendererPreferences object that will be used by the renderer
// associated with the owning RenderViewHost.
- virtual RendererPreferences GetRendererPrefs(
+ virtual content::RendererPreferences GetRendererPrefs(
content::BrowserContext* browser_context) const = 0;
// Returns a WebPreferences object that will be used by the renderer
« no previous file with comments | « chrome/test/base/chrome_render_view_test.cc ('k') | content/browser/renderer_host/render_view_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698