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

Unified Diff: chrome/test/chromedriver/server/http_handler.h

Issue 23467010: [chromedriver] Logging tweaks and fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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/chromedriver/logging_unittest.cc ('k') | chrome/test/chromedriver/server/http_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/server/http_handler.h
diff --git a/chrome/test/chromedriver/server/http_handler.h b/chrome/test/chromedriver/server/http_handler.h
index 8bd600c015ac1ad143a2af7e1a7717d677685a43..50d6b20ba3ca10f5c893850bdade0ebc0dd28ca7 100644
--- a/chrome/test/chromedriver/server/http_handler.h
+++ b/chrome/test/chromedriver/server/http_handler.h
@@ -77,9 +77,11 @@ class HttpHandler {
FRIEND_TEST_ALL_PREFIXES(HttpHandlerTest, HandleCommand);
typedef std::vector<CommandMapping> CommandMap;
- Command WrapToCommand(const SessionCommand& session_command);
- Command WrapToCommand(const WindowCommand& window_command);
- Command WrapToCommand(const ElementCommand& element_command);
+ Command WrapToCommand(const char* name,
+ const SessionCommand& session_command);
+ Command WrapToCommand(const char* name, const WindowCommand& window_command);
+ Command WrapToCommand(const char* name,
+ const ElementCommand& element_command);
void HandleCommand(const net::HttpServerRequestInfo& request,
const std::string& trimmed_path,
const HttpResponseSenderFunc& send_response_func);
« no previous file with comments | « chrome/test/chromedriver/logging_unittest.cc ('k') | chrome/test/chromedriver/server/http_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698