summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/commands/url_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/webdriver/commands/url_command.h')
-rw-r--r--chrome/test/webdriver/commands/url_command.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/test/webdriver/commands/url_command.h b/chrome/test/webdriver/commands/url_command.h
index 0f5c1e8..075a4a8 100644
--- a/chrome/test/webdriver/commands/url_command.h
+++ b/chrome/test/webdriver/commands/url_command.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.
@@ -29,12 +29,9 @@ class URLCommand : public WebDriverCommand {
virtual void ExecutePost(Response* const response);
private:
- virtual bool RequiresValidTab();
-
DISALLOW_COPY_AND_ASSIGN(URLCommand);
};
} // namespace webdriver
#endif // CHROME_TEST_WEBDRIVER_COMMANDS_URL_COMMAND_H_
-