| Index: chrome/browser/automation/testing_automation_provider.h
|
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
|
| index 06a2b1a3557d56dee7fe6e89bd4acf40ebfd536a..116e91d850b60f8f940bf42cffe67a8c0981c6f5 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -492,6 +492,9 @@ class TestingAutomationProvider : public AutomationProvider,
|
| void GetPluginsInfo(Browser* browser,
|
| base::DictionaryValue* args,
|
| IPC::Message* reply_message);
|
| + void GetPluginsInfoCallback(Browser* browser,
|
| + base::DictionaryValue* args,
|
| + IPC::Message* reply_message);
|
|
|
| // Enable a plugin.
|
| // Uses the JSON interface for input/output.
|
|
|