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

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: comments 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 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.

Powered by Google App Engine
This is Rietveld 408576698