diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 22:35:53 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 22:35:53 +0000 |
commit | 6aaecfde3c347086a6085da169d57b0303c3ccd6 (patch) | |
tree | 2ca96e9381018da170c7deb118193eda874046c3 /webkit/support/test_shell_dummy.cc | |
parent | e522cf7889669bfd5153a2d32ac47246bcee2883 (diff) | |
download | chromium_src-6aaecfde3c347086a6085da169d57b0303c3ccd6.zip chromium_src-6aaecfde3c347086a6085da169d57b0303c3ccd6.tar.gz chromium_src-6aaecfde3c347086a6085da169d57b0303c3ccd6.tar.bz2 |
Revert "Move C++ code from webkit/tools/test_shell to webkit/support"
This reverts commit e522cf7889669bfd5153a2d32ac47246bcee2883.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203243 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support/test_shell_dummy.cc')
-rw-r--r-- | webkit/support/test_shell_dummy.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/support/test_shell_dummy.cc b/webkit/support/test_shell_dummy.cc deleted file mode 100644 index e1a88a9..0000000 --- a/webkit/support/test_shell_dummy.cc +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) 2013 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. - -// TODO(darin): Delete this once the build masters stop referencing test_shell. -void Dummy() { -} |