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

Unified Diff: content/content_browser.gypi

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/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 120814)
+++ content/content_browser.gypi (working copy)
@@ -40,6 +40,7 @@
'public/browser/browser_thread.h',
'public/browser/browser_thread_delegate.h',
'public/browser/child_process_data.h',
+ 'public/browser/child_process_security_policy.h',
'public/browser/content_browser_client.h',
'public/browser/content_ipc_logging.h',
'public/browser/devtools_agent_host_registry.h',
@@ -157,8 +158,8 @@
'browser/cert_store.h',
'browser/child_process_launcher.cc',
'browser/child_process_launcher.h',
- 'browser/child_process_security_policy.cc',
- 'browser/child_process_security_policy.h',
+ 'browser/child_process_security_policy_impl.cc',
+ 'browser/child_process_security_policy_impl.h',
'browser/chrome_blob_storage_context.cc',
'browser/chrome_blob_storage_context.h',
'browser/content_ipc_logging.cc',
« no previous file with comments | « content/browser/worker_host/worker_process_host.cc ('k') | content/public/browser/child_process_security_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698