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

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

Issue 6544003: The command handler for /session/:sessionId/execute (execute_script) was... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Reverting some changes to WEBDRIVER_TESTS that belong in another CL 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
« no previous file with comments | « chrome/test/webdriver/WEBDRIVER_TESTS ('k') | chrome/test/webdriver/commands/execute_command.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/commands/execute_command.h
===================================================================
--- chrome/test/webdriver/commands/execute_command.h (revision 75333)
+++ chrome/test/webdriver/commands/execute_command.h (working copy)
@@ -24,18 +24,12 @@
const DictionaryValue* const parameters);
virtual ~ExecuteCommand();
- virtual bool Init(Response* const response);
-
virtual bool DoesPost();
virtual void ExecutePost(Response* const response);
private:
virtual bool RequiresValidTab();
- std::string script_;
- bool has_args_;
- std::string args_;
-
DISALLOW_COPY_AND_ASSIGN(ExecuteCommand);
};
« no previous file with comments | « chrome/test/webdriver/WEBDRIVER_TESTS ('k') | chrome/test/webdriver/commands/execute_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698