| Index: chrome/browser/plugins/plugin_observer.cc
|
| diff --git a/chrome/browser/plugins/plugin_observer.cc b/chrome/browser/plugins/plugin_observer.cc
|
| index 19751e9df1ecc9947961cbb454240fa0eaa36932..ef1ad9e591e69b7a443a838ac4e0085dd9b60bd9 100644
|
| --- a/chrome/browser/plugins/plugin_observer.cc
|
| +++ b/chrome/browser/plugins/plugin_observer.cc
|
| @@ -366,7 +366,7 @@ void PluginObserver::OnOpenAboutPlugins() {
|
| web_contents()->OpenURL(OpenURLParams(
|
| GURL(chrome::kAboutPluginsURL),
|
| content::Referrer(web_contents()->GetURL(),
|
| - WebKit::WebReferrerPolicyDefault),
|
| + blink::WebReferrerPolicyDefault),
|
| NEW_FOREGROUND_TAB, content::PAGE_TRANSITION_AUTO_BOOKMARK, false));
|
| }
|
|
|
|
|