| Index: ios/web/web_state/js/resources/core.js
|
| diff --git a/ios/web/web_state/js/resources/core.js b/ios/web/web_state/js/resources/core.js
|
| index d383609286b1f98658b18a75051996653552ea37..f1a302f2be7fea56efd2a4f13cfcbfab761cd92f 100644
|
| --- a/ios/web/web_state/js/resources/core.js
|
| +++ b/ios/web/web_state/js/resources/core.js
|
| @@ -363,12 +363,6 @@ goog.require('__crWeb.message');
|
| return 'default';
|
| };
|
|
|
| - // Provides a way for other injected javascript to access the page's referrer
|
| - // policy.
|
| - __gCrWeb['getPageReferrerPolicy'] = function() {
|
| - return getReferrerPolicy_();
|
| - };
|
| -
|
| // Various aspects of global DOM behavior are overridden here.
|
|
|
| // A popstate event needs to be fired anytime the active history entry
|
|
|