diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 20:16:55 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 20:16:55 +0000 |
commit | 808d103da058975e8aebe257ec6479a42d92cda4 (patch) | |
tree | e6c070f6a5f4210a5a840e80e15e936d56126935 /chrome/test/webdriver/session.cc | |
parent | 0e3c9572844ac820dc2f83ce6f6985afc836369b (diff) | |
download | chromium_src-808d103da058975e8aebe257ec6479a42d92cda4.zip chromium_src-808d103da058975e8aebe257ec6479a42d92cda4.tar.gz chromium_src-808d103da058975e8aebe257ec6479a42d92cda4.tar.bz2 |
Cleanup more test code.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/6462015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74328 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/webdriver/session.cc')
-rw-r--r-- | chrome/test/webdriver/session.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/test/webdriver/session.cc b/chrome/test/webdriver/session.cc index 6c1b026e..00de26c 100644 --- a/chrome/test/webdriver/session.cc +++ b/chrome/test/webdriver/session.cc @@ -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. @@ -34,6 +34,8 @@ Session::Session(const std::string& id) current_frame_xpath_("") { } +Session::~Session() {} + bool Session::Init() { if (!thread_.Start()) { LOG(ERROR) << "Cannot start session thread"; |