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

Unified Diff: chrome/test/webdriver/commands/url_command.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/commands/url_command.cc
diff --git a/chrome/test/webdriver/commands/url_command.cc b/chrome/test/webdriver/commands/url_command.cc
index 34fa108af954248fe760f5370c3dd5187568ef24..26e2dd8d574673518a6718fef25322c641d64cba 100644
--- a/chrome/test/webdriver/commands/url_command.cc
+++ b/chrome/test/webdriver/commands/url_command.cc
@@ -49,7 +49,7 @@ void URLCommand::ExecutePost(Response* const response) {
return;
}
- session_->set_current_frame_xpath("");
+ session_->SetCurrentFrameXPath("");
response->SetValue(new StringValue(url));
response->SetStatus(kSuccess);
}

Powered by Google App Engine
This is Rietveld 408576698