diff options
author | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-07 02:14:16 +0000 |
---|---|---|
committer | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-07 02:14:16 +0000 |
commit | 819dd7f101e37b632a17c63a44424af432d4a960 (patch) | |
tree | 37f6f1c24ef3f84c1e7d9dddb78ed73167617ee0 /content/content_tests.gypi | |
parent | 1bfe0abd272f0879476310bcaa61c7a7e34d4c66 (diff) | |
download | chromium_src-819dd7f101e37b632a17c63a44424af432d4a960.zip chromium_src-819dd7f101e37b632a17c63a44424af432d4a960.tar.gz chromium_src-819dd7f101e37b632a17c63a44424af432d4a960.tar.bz2 |
Add policy to make sure the renderer doesn't get intent data for non-same-origin pages.
R=jhawkins@chromium.org
BUG=122159
TEST=
Review URL: http://codereview.chromium.org/9978011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131236 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index b1d6dc7..7e953b4 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -228,6 +228,7 @@ 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', 'browser/in_process_webkit/indexed_db_unittest.cc', 'browser/in_process_webkit/webkit_thread_unittest.cc', + 'browser/intents/intent_injector_unittest.cc', 'browser/intents/internal_web_intents_dispatcher_unittest.cc', 'browser/mach_broker_mac_unittest.cc', 'browser/media_device_notifications_linux_unittest.cc', |