| 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 5ca8acf1837f13035f5c8152902a12a44dd5ef62..a9a5a849f678b39a5714bc06e6badb64d5a9ef5e 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -634,10 +634,14 @@ class TestingAutomationProvider : public AutomationProvider,
|
| base::DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| + // Install the given unpacked/packed extension.
|
| + // Uses the JSON interface for input/output.
|
| + void InstallExtension(base::DictionaryValue* args,
|
| + IPC::Message* reply_message);
|
| +
|
| // Get info about all intalled extensions.
|
| // Uses the JSON interface for input/output.
|
| - void GetExtensionsInfo(Browser* browser,
|
| - base::DictionaryValue* args,
|
| + void GetExtensionsInfo(base::DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| // Uninstalls the extension with the given id.
|
|
|