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

Unified Diff: content/public/browser/render_view_host.h

Issue 357203003: Move webpreferences.* from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android fix - webview() -> web_view Created 6 years, 5 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/content_browser_client.h ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_view_host.h
diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
index fcc81c04a93a2f1eb2e2d27c20f1523d49dc6504..840be8cb0667364800fa7e94129742a2f4207daa 100644
--- a/content/public/browser/render_view_host.h
+++ b/content/public/browser/render_view_host.h
@@ -16,17 +16,21 @@
#include "third_party/WebKit/public/web/WebDragOperation.h"
class GURL;
-struct WebPreferences;
-
-namespace gfx {
-class Point;
-}
namespace base {
class FilePath;
class Value;
}
+namespace blink {
+struct WebMediaPlayerAction;
+struct WebPluginAction;
+}
+
+namespace gfx {
+class Point;
+}
+
namespace media {
class AudioOutputController;
}
@@ -35,11 +39,6 @@ namespace ui {
struct SelectedFileInfo;
}
-namespace blink {
-struct WebMediaPlayerAction;
-struct WebPluginAction;
-}
-
namespace content {
class ChildProcessSecurityPolicy;
@@ -48,6 +47,7 @@ class RenderViewHostDelegate;
class SessionStorageNamespace;
class SiteInstance;
struct DropData;
+struct WebPreferences;
// A RenderViewHost is responsible for creating and talking to a RenderView
// object in a child process. It exposes a high level API to users, for things
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698