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

Unified Diff: chrome/test/webdriver/commands/speed_command.h

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/speed_command.h
diff --git a/chrome/test/webdriver/commands/speed_command.h b/chrome/test/webdriver/commands/speed_command.h
index 9846fa5c428a612320834b86e2a5f91c2dc56fb3..43f11c2d2d1d4a081cab4a159aac47d265ff95a6 100644
--- a/chrome/test/webdriver/commands/speed_command.h
+++ b/chrome/test/webdriver/commands/speed_command.h
@@ -35,7 +35,7 @@ class SpeedCommand : public WebDriverCommand {
private:
virtual bool RequiresValidTab();
- Session::Speed speed_;
+ Session::InputSpeed speed_;
DISALLOW_COPY_AND_ASSIGN(SpeedCommand);
};

Powered by Google App Engine
This is Rietveld 408576698