| 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 1753e125190dda0e381c4c4b66d65be9705e87ed..59feca6d851a5386699a52a76b2903d19b2db28f 100644
 | 
| --- a/content/public/browser/content_browser_client.cc
 | 
| +++ b/content/public/browser/content_browser_client.cc
 | 
| @@ -72,12 +72,6 @@ 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;
 | 
| 
 |