Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4815)

Unified Diff: chrome/test/data/extensions/api_test/input_ui/other/test.js

Issue 10399046: Remove virtual keyboard support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/input_ui/other/test.js
diff --git a/chrome/test/data/extensions/api_test/input_ui/other/test.js b/chrome/test/data/extensions/api_test/input_ui/other/test.js
deleted file mode 100644
index 239d6350f43a0ac554d4e11a4f09ac257b62e802..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/input_ui/other/test.js
+++ /dev/null
@@ -1,16 +0,0 @@
-// 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.
-
-// experimental.input.ui API test for Chrome
-// browser_tests --gtest_filter=ExtensionApiTest.InputUI
-
-chrome.test.runTests([
- function inputUINotExist() {
- if (!chrome.experimental.input.ui) {
- chrome.test.succeed();
- } else {
- chrome.test.fail();
- }
- }
-]);

Powered by Google App Engine
This is Rietveld 408576698