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

Unified Diff: chrome/test/webdriver/webdriver_server.cc

Issue 8806030: Add commands to Chrome WebDriver for installing and manipulating extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years 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
« no previous file with comments | « chrome/test/webdriver/webdriver_automation.cc ('k') | chrome/test/webdriver/webdriver_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/webdriver_server.cc
diff --git a/chrome/test/webdriver/webdriver_server.cc b/chrome/test/webdriver/webdriver_server.cc
index abf64e077c5df6f102dd69f7d999bc3b0d65b2ae..22e6cf2d24e74215e6661f6bf56bf9907c68c6ee 100644
--- a/chrome/test/webdriver/webdriver_server.cc
+++ b/chrome/test/webdriver/webdriver_server.cc
@@ -142,8 +142,10 @@ void InitCallbacks(Dispatcher* dispatcher,
dispatcher->Add<BrowserConnectionCommand>("/session/*/browser_connection");
dispatcher->Add<AppCacheStatusCommand>("/session/*/application_cache/status");
- // Chrome-specific command.
+ // Chrome-specific commands.
dispatcher->Add<ExtensionsCommand>("/session/*/chrome/extensions");
+ dispatcher->Add<ExtensionCommand>("/session/*/chrome/extension/*");
+ dispatcher->Add<ViewsCommand>("/session/*/chrome/views");
// Since the /session/* is a wild card that would match the above URIs, this
// line MUST be after all other webdriver command callbacks.
« no previous file with comments | « chrome/test/webdriver/webdriver_automation.cc ('k') | chrome/test/webdriver/webdriver_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698