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

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

Issue 8649004: Allow chromedriver to install an extension and get all installed extension IDs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 1 month 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/testing_automation_provider.h
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index 3402685b1c331b5407352fc9159a2ba1d0f50b25..42471a6a1ae4390d16590568e3ed31b49bfb3254 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -632,10 +632,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.

Powered by Google App Engine
This is Rietveld 408576698