| Index: content/browser/renderer_host/render_message_filter.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_message_filter.h (revision 96613)
|
| +++ content/browser/renderer_host/render_message_filter.h (working copy)
|
| @@ -59,10 +59,8 @@
|
| }
|
|
|
| namespace webkit {
|
| -namespace npapi {
|
| struct WebPluginInfo;
|
| }
|
| -}
|
|
|
| namespace webkit_glue {
|
| struct WebCookie;
|
| @@ -149,13 +147,13 @@
|
| #endif
|
|
|
| void OnGetPlugins(bool refresh,
|
| - std::vector<webkit::npapi::WebPluginInfo>* plugins);
|
| + std::vector<webkit::WebPluginInfo>* plugins);
|
| void OnGetPluginInfo(int routing_id,
|
| const GURL& url,
|
| const GURL& policy_url,
|
| const std::string& mime_type,
|
| bool* found,
|
| - webkit::npapi::WebPluginInfo* info,
|
| + webkit::WebPluginInfo* info,
|
| std::string* actual_mime_type);
|
| void OnOpenChannelToPlugin(int routing_id,
|
| const GURL& url,
|
|
|