| Index: content/public/browser/content_browser_client.cc
|
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
| index 59fe2663c12c8f7640b4d4a57b4f8e431fa9e678..096e7fd9661d0fe8f997003d348f737adc771ad6 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -65,6 +65,12 @@ bool ContentBrowserClient::CanCommitURL(RenderProcessHost* process_host,
|
| return true;
|
| }
|
|
|
| +bool ContentBrowserClient::IsIllegalOrigin(ResourceContext* resource_context,
|
| + int child_process_id,
|
| + const GURL& origin) {
|
| + return false;
|
| +}
|
| +
|
| bool ContentBrowserClient::ShouldAllowOpenURL(SiteInstance* site_instance,
|
| const GURL& url) {
|
| return true;
|
|
|