Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(609)

Unified Diff: chrome/browser/automation/automation_provider.h

Issue 7548024: Refactor: Make PyAuto InstallExtension() take a string. Delete dead code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment per nirnimesh. Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..2f03f4368fcc8372fcb48641d42caca0f3309bb9 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 std::string& extension_path,
+ bool with_ui,
+ IPC::Message* reply_message);
void UninstallExtension(int extension_handle,
bool* success);
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | chrome/browser/automation/automation_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698