| Index: chrome/plugin/chrome_content_plugin_client.h
|
| diff --git a/chrome/plugin/chrome_content_plugin_client.h b/chrome/plugin/chrome_content_plugin_client.h
|
| index 03921024a9529c57a0eb4e677d575f0b30aac127..1bf2c277df2bb53290b10878d7777d3dd737c696 100644
|
| --- a/chrome/plugin/chrome_content_plugin_client.h
|
| +++ b/chrome/plugin/chrome_content_plugin_client.h
|
| @@ -14,6 +14,9 @@ class ChromeContentPluginClient : public content::ContentPluginClient {
|
| public:
|
| virtual void PreSandboxInitialization() OVERRIDE;
|
| virtual void PluginProcessStarted(const string16& plugin_name) OVERRIDE;
|
| + virtual void PluginLoaded(const base::FilePath& plugin_path,
|
| + bool is_broker,
|
| + PluginLoadResult result) OVERRIDE;
|
| };
|
|
|
| } // namespace chrome
|
|
|