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

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

Issue 6542025: Fix command handler for /session/:sessionId/execute (execute_script) for (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
diff --git a/chrome/test/webdriver/commands/execute_command.h b/chrome/test/webdriver/commands/execute_command.h
index 9a578541277c6c9e1916e346e6080d9552a58499..5981919521004ae50ed7b696923a0a05b6f7258d 100644
--- a/chrome/test/webdriver/commands/execute_command.h
+++ b/chrome/test/webdriver/commands/execute_command.h
@@ -24,18 +24,12 @@ class ExecuteCommand : public WebDriverCommand {
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