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

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

Issue 9360014: Create a content public browser API around the ChildProcessSecurityPolicy class. The implementati... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 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.h
===================================================================
--- content/browser/renderer_host/render_view_host.h (revision 120814)
+++ content/browser/renderer_host/render_view_host.h (working copy)
@@ -30,7 +30,7 @@
#include "webkit/glue/webaccessibility.h"
#include "webkit/glue/window_open_disposition.h"
-class ChildProcessSecurityPolicy;
+class ChildProcessSecurityPolicyImpl;
class FilePath;
class GURL;
class PowerSaveBlocker;
@@ -407,7 +407,7 @@
// Checks that the given renderer can request |url|, if not it sets it to an
// empty url.
- static void FilterURL(ChildProcessSecurityPolicy* policy,
+ static void FilterURL(ChildProcessSecurityPolicyImpl* policy,
int renderer_id,
GURL* url);
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/renderer_host/render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698