| Index: chrome/browser/plugins/chrome_plugin_service_filter.h
|
| diff --git a/chrome/browser/plugins/chrome_plugin_service_filter.h b/chrome/browser/plugins/chrome_plugin_service_filter.h
|
| index f3876e145a6ed4307b0d7a47c37183b874932599..82121b7835ce6b0c73b4e899a7dfb33543878f24 100644
|
| --- a/chrome/browser/plugins/chrome_plugin_service_filter.h
|
| +++ b/chrome/browser/plugins/chrome_plugin_service_filter.h
|
| @@ -63,7 +63,9 @@ class ChromePluginServiceFilter : public content::PluginServiceFilter,
|
| bool load_blocked,
|
| const std::string& identifier);
|
|
|
| - // PluginServiceFilter implementation:
|
| + // PluginServiceFilter implementation.
|
| + // If |url| is not available, the same GURL passed as |policy_url| should be
|
| + // passed.
|
| bool IsPluginAvailable(int render_process_id,
|
| int render_frame_id,
|
| const void* context,
|
|
|