| Index: content/browser/plugin_content_origin_whitelist.cc
|
| diff --git a/content/browser/plugin_content_origin_whitelist.cc b/content/browser/plugin_content_origin_whitelist.cc
|
| index d10e703f1170a58f0c566dd261246e5b64f208c3..c492fe8f9342eb2675d48b372ad2732537d69615 100644
|
| --- a/content/browser/plugin_content_origin_whitelist.cc
|
| +++ b/content/browser/plugin_content_origin_whitelist.cc
|
| @@ -50,7 +50,7 @@ void PluginContentOriginWhitelist::DidNavigateMainFrame(
|
| }
|
|
|
| void PluginContentOriginWhitelist::OnPluginContentOriginAllowed(
|
| - const GURL& content_origin) {
|
| + const url::Origin& content_origin) {
|
| whitelist_.insert(content_origin);
|
|
|
| web_contents()->SendToAllFrames(
|
|
|