diff options
| author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-20 15:02:33 +0000 |
|---|---|---|
| committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-20 15:02:33 +0000 |
| commit | 2937a8c72bfd28188ccd0b3f3b54bc3303b5f537 (patch) | |
| tree | 384b91fec1c7736bee9ce5e61055e84febe2fcd5 /chrome/test/webdriver/commands/create_session.h | |
| parent | cdca989154d270a6553c1c8e2df0122b521b49eb (diff) | |
| download | chromium_src-2937a8c72bfd28188ccd0b3f3b54bc3303b5f537.zip chromium_src-2937a8c72bfd28188ccd0b3f3b54bc3303b5f537.tar.gz chromium_src-2937a8c72bfd28188ccd0b3f3b54bc3303b5f537.tar.bz2 | |
Refactor error handling in chromedriver. Introduce new error class containing a webdriver error code, possible error details, and a stack trace.
Also some minor cleanup of the command files.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7042018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86081 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/webdriver/commands/create_session.h')
| -rw-r--r-- | chrome/test/webdriver/commands/create_session.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/test/webdriver/commands/create_session.h b/chrome/test/webdriver/commands/create_session.h index d401a7f..6595ae2 100644 --- a/chrome/test/webdriver/commands/create_session.h +++ b/chrome/test/webdriver/commands/create_session.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,7 +9,6 @@ #include <vector> #include "chrome/test/webdriver/commands/command.h" -#include "chrome/test/webdriver/commands/webdriver_command.h" namespace webdriver { @@ -37,4 +36,3 @@ class CreateSession : public Command { } // namespace webdriver #endif // CHROME_TEST_WEBDRIVER_COMMANDS_CREATE_SESSION_H_ - |
