summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/dispatch.h
diff options
context:
space:
mode:
authorjmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-07 00:34:40 +0000
committerjmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-07 00:34:40 +0000
commit2cbc793935eaaf2c5f9adebd35e2e0b68c8fa7e7 (patch)
treed5cd14e9d8529c9b9a58b48917efe74d74ea8fe7 /chrome/test/webdriver/dispatch.h
parentea386f8632d042f1b4ce76109fecdb84df4a2abd (diff)
downloadchromium_src-2cbc793935eaaf2c5f9adebd35e2e0b68c8fa7e7.zip
chromium_src-2cbc793935eaaf2c5f9adebd35e2e0b68c8fa7e7.tar.gz
chromium_src-2cbc793935eaaf2c5f9adebd35e2e0b68c8fa7e7.tar.bz2
Adding modifications to allow chrome to naviagte to URLs.
This changelist includes the following URLs for the JSON protocol: /url /back /forward /refresh /title /source BUG=None TEST=webdriver_remote_tests.py Review URL: http://codereview.chromium.org/3338010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61747 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/webdriver/dispatch.h')
-rw-r--r--chrome/test/webdriver/dispatch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/webdriver/dispatch.h b/chrome/test/webdriver/dispatch.h
index 8db3195..d85514a 100644
--- a/chrome/test/webdriver/dispatch.h
+++ b/chrome/test/webdriver/dispatch.h
@@ -73,6 +73,8 @@ void Dispatch(struct mg_connection* connection,
DispatchCommand(ptr.get(), method, &response);
SendResponse(connection, request_info, response);
}
+
} // namespace webdriver
+
#endif // CHROME_TEST_WEBDRIVER_DISPATCH_H_