summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbacker@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-20 23:07:31 +0000
committerbacker@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-20 23:07:31 +0000
commitaa820b7d82748a02a897f0bfecb588c5e72ab76e (patch)
tree7854c8fdc12e05b6677d2a2bd59deee841f433a5
parent4ef39e9b974e78b9cfabe4db2a7aab7da9333a98 (diff)
downloadchromium_src-aa820b7d82748a02a897f0bfecb588c5e72ab76e.zip
chromium_src-aa820b7d82748a02a897f0bfecb588c5e72ab76e.tar.gz
chromium_src-aa820b7d82748a02a897f0bfecb588c5e72ab76e.tar.bz2
Remove deadcode
R=sky@chromium.org BUG=none TEST=gpu_tests pass on trybots Review URL: http://codereview.chromium.org/8364010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106616 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/gpu/webgl_conformance_tests.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/test/gpu/webgl_conformance_tests.cc b/chrome/test/gpu/webgl_conformance_tests.cc
index 8822151..b10dbb4 100644
--- a/chrome/test/gpu/webgl_conformance_tests.cc
+++ b/chrome/test/gpu/webgl_conformance_tests.cc
@@ -8,21 +8,13 @@
#include "base/utf_string_conversions.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/test/automation/tab_proxy.h"
-#include "chrome/test/base/test_launcher_utils.h"
#include "chrome/test/ui/javascript_test_util.h"
#include "chrome/test/ui/ui_test.h"
#include "content/public/common/content_switches.h"
#include "net/base/net_util.h"
-#include "ui/gfx/gl/gl_implementation.h"
namespace {
-#if defined(OS_WIN)
-const std::string& kGLImplementationName = gfx::kGLImplementationEGLName;
-#else
-const std::string& kGLImplementationName = gfx::kGLImplementationDesktopName;
-#endif
-
class WebGLConformanceTests : public UITest {
public:
WebGLConformanceTests() {