| Index: chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/EmbedContentViewActivityHWATest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/EmbedContentViewActivityHWATest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/EmbedContentViewActivityHWATest.java
|
| deleted file mode 100644
|
| index a8fd1871ed489cb65442b18179f05dc8b1d71f2b..0000000000000000000000000000000000000000
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/EmbedContentViewActivityHWATest.java
|
| +++ /dev/null
|
| @@ -1,34 +0,0 @@
|
| -// Copyright 2015 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.
|
| -
|
| -package org.chromium.chrome.browser.hardware_acceleration;
|
| -
|
| -import android.test.InstrumentationTestCase;
|
| -
|
| -import org.chromium.base.test.util.DisabledTest;
|
| -import org.chromium.chrome.R;
|
| -import org.chromium.chrome.browser.EmbedContentViewActivity;
|
| -import org.chromium.chrome.test.util.ActivityUtils;
|
| -
|
| -/**
|
| - * Tests that EmbedContentViewActivity is hardware accelerated only high-end devices.
|
| - */
|
| -public class EmbedContentViewActivityHWATest extends InstrumentationTestCase {
|
| -
|
| - // @SmallTest
|
| - @DisabledTest
|
| - public void testHardwareAcceleration() throws Exception {
|
| - Runnable runnable = new Runnable() {
|
| - @Override
|
| - public void run() {
|
| - EmbedContentViewActivity.show(getInstrumentation().getTargetContext(),
|
| - R.string.terms_of_service_title, R.string.chrome_terms_of_service_url);
|
| - }
|
| - };
|
| - EmbedContentViewActivity activity = ActivityUtils.waitForActivity(getInstrumentation(),
|
| - EmbedContentViewActivity.class,
|
| - runnable);
|
| - Utils.assertHardwareAcceleration(activity);
|
| - }
|
| -}
|
|
|