Index: chrome/browser/plugins/plugin_info_message_filter.h |
=================================================================== |
--- chrome/browser/plugins/plugin_info_message_filter.h (revision 180039) |
+++ chrome/browser/plugins/plugin_info_message_filter.h (working copy) |
@@ -63,6 +63,8 @@ |
const std::string& resource, |
ContentSetting* setting, |
bool* is_default) const; |
+ void GrantAccess(const ChromeViewHostMsg_GetPluginInfo_Status& status, |
Bernhard Bauer
2013/02/04 13:58:53
This doesn't actually grant access in all cases, r
|
+ const FilePath& path) const; |
private: |
int render_process_id_; |