Index: chrome/browser/automation/automation_provider.h |
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h |
index e907150815dd04bda630d229c684fc814393ed36..b389b88e0f8301200c16942fa22f73d53ec4afbc 100644 |
--- a/chrome/browser/automation/automation_provider.h |
+++ b/chrome/browser/automation/automation_provider.h |
@@ -250,14 +250,11 @@ class AutomationProvider |
// for information on the arguments. |
void JavaScriptStressTestControl(int handle, int cmd, int param); |
- void InstallExtension(const FilePath& crx_path, |
- IPC::Message* reply_message); |
- |
void WaitForExtensionTestResult(IPC::Message* reply_message); |
- void InstallExtensionAndGetHandle(const FilePath& crx_path, |
- bool with_ui, |
- IPC::Message* reply_message); |
+ void InstallExtension(const FilePath& extension_path, |
+ bool with_ui, |
+ IPC::Message* reply_message); |
void UninstallExtension(int extension_handle, |
bool* success); |