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

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

Issue 5572001: Send screenshots back to the client for debugging (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fixed nit Created 9 years, 10 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/test/webdriver/dispatch.cc
diff --git a/chrome/test/webdriver/dispatch.cc b/chrome/test/webdriver/dispatch.cc
index 4750604e44fd42cd675b07c1f2ef10293b2e1d3a..2289ff2dc51217931d0a59755591a46d645ab599 100644
--- a/chrome/test/webdriver/dispatch.cc
+++ b/chrome/test/webdriver/dispatch.cc
@@ -196,7 +196,7 @@ bool ParseRequestInfo(const struct mg_request_info* const request_info,
std::string uri(request_info->uri);
SessionManager* manager = SessionManager::GetInstance();
- uri = uri.substr(manager->url_base().length());
+ uri = uri.substr(manager->UrlBase().length());
base::SplitString(uri, '/', path_segments);

Powered by Google App Engine
This is Rietveld 408576698