| Index: content/browser/plugin_service_impl.h
|
| diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h
|
| index 170157f5ac95bb8b3cde55086449f139a5ba43f6..e73e05080be62a2e61a76d1cb62355c9a5395d9a 100644
|
| --- a/content/browser/plugin_service_impl.h
|
| +++ b/content/browser/plugin_service_impl.h
|
| @@ -70,7 +70,7 @@ class CONTENT_EXPORT PluginServiceImpl
|
| int render_frame_id,
|
| ResourceContext* context,
|
| const GURL& url,
|
| - const GURL& page_url,
|
| + const url::Origin& main_frame_origin,
|
| const std::string& mime_type,
|
| bool allow_wildcard,
|
| bool* is_stale,
|
|
|