| Index: chrome/renderer/chrome_content_renderer_client.h
|
| ===================================================================
|
| --- chrome/renderer/chrome_content_renderer_client.h (revision 121325)
|
| +++ chrome/renderer/chrome_content_renderer_client.h (working copy)
|
| @@ -145,7 +145,8 @@
|
|
|
| // Returns true if the NaCl plugin can be created. If it returns true, as a
|
| // side effect, it may add special attributes to params.
|
| - bool IsNaClAllowed(const webkit::WebPluginInfo& plugin,
|
| + bool IsNaClAllowed(WebKit::WebFrame* frame,
|
| + const webkit::WebPluginInfo& plugin,
|
| const GURL& url,
|
| const std::string& actual_mime_type,
|
| bool is_nacl_mime_type,
|
|
|