| Index: content/public/browser/browser_ppapi_host.h
|
| diff --git a/content/public/browser/browser_ppapi_host.h b/content/public/browser/browser_ppapi_host.h
|
| index febd0ea78d16f6ccee79b27019ba406bb42d561c..f5aa11c150e081b7987913d298f623c3c7f40f95 100644
|
| --- a/content/public/browser/browser_ppapi_host.h
|
| +++ b/content/public/browser/browser_ppapi_host.h
|
| @@ -72,6 +72,11 @@ class CONTENT_EXPORT BrowserPpapiHost {
|
| virtual bool GetRenderViewIDsForInstance(PP_Instance instance,
|
| int* render_process_id,
|
| int* render_view_id) const = 0;
|
| + // Returns the name of the plugin.
|
| + virtual const std::string& GetPluginName() = 0;
|
| +
|
| + // Returns the user's profile data directory.
|
| + virtual const FilePath& GetProfileDataDirectory() = 0;
|
| };
|
|
|
| } // namespace content
|
|
|