| Index: chrome/renderer/chrome_content_renderer_client.h
|
| diff --git a/chrome/renderer/chrome_content_renderer_client.h b/chrome/renderer/chrome_content_renderer_client.h
|
| index c1abf0f79b9845b10eac7f4a88ad9303e1f5024f..018f561257c521a08f7dad784c40cf1c8732e776 100644
|
| --- a/chrome/renderer/chrome_content_renderer_client.h
|
| +++ b/chrome/renderer/chrome_content_renderer_client.h
|
| @@ -20,7 +20,7 @@ class SpellCheck;
|
| class SpellCheckProvider;
|
| class VisitedLinkSlave;
|
|
|
| -struct ChromeViewHostMsg_GetPluginInfo_Status;
|
| +struct ChromeViewHostMsg_GetPluginInfo_Output;
|
|
|
| namespace extensions {
|
| class Dispatcher;
|
| @@ -141,9 +141,7 @@ class ChromeContentRendererClient : public content::ContentRendererClient {
|
| content::RenderView* render_view,
|
| WebKit::WebFrame* frame,
|
| const WebKit::WebPluginParams& params,
|
| - const ChromeViewHostMsg_GetPluginInfo_Status& status,
|
| - const webkit::WebPluginInfo& plugin,
|
| - const std::string& actual_mime_type);
|
| + const ChromeViewHostMsg_GetPluginInfo_Output& output);
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(ChromeContentRendererClientTest, NaClRestriction);
|
|
|