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

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

Issue 6532068: Fix a bug in ImplicitWaitCommand: we must explicitly check if the ms param... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Reverting changes added while debugging 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/implicit_wait_command.h
===================================================================
--- chrome/test/webdriver/commands/implicit_wait_command.h (revision 75464)
+++ chrome/test/webdriver/commands/implicit_wait_command.h (working copy)
@@ -23,13 +23,10 @@
const DictionaryValue* const parameters);
virtual ~ImplicitWaitCommand();
- virtual bool Init(Response* const response);
-
virtual bool DoesPost();
virtual void ExecutePost(Response* const response);
private:
- int ms_to_wait_;
virtual bool RequiresValidTab();
DISALLOW_COPY_AND_ASSIGN(ImplicitWaitCommand);

Powered by Google App Engine
This is Rietveld 408576698