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

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 function names and migrated code to new desktop 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 b4075fc75f1ffb5fb4a2c2f91f06ebf22d17a374..7f6b41e9b63744e191dc42a3c49473398b7ed2be 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