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

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

Issue 8570026: Rearrange the input APIs into more suitable groupings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code Review Created 9 years, 1 month 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/chromeos_touch/test.js
diff --git a/chrome/test/data/extensions/api_test/input_ui/chromeos_touch/test.js b/chrome/test/data/extensions/api_test/input_ui/chromeos_touch/test.js
index 6f787b373ee060c8dc65f2a0ee80e4376e101bc0..f8779194f30390a6574840d7de9e430e2bdaad5f 100644
--- a/chrome/test/data/extensions/api_test/input_ui/chromeos_touch/test.js
+++ b/chrome/test/data/extensions/api_test/input_ui/chromeos_touch/test.js
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// experimental.inputUI API test for Chrome
+// experimental.input.ui API test for Chrome
// browser_tests --gtest_filter=ExtensionApiTest.InputUI
chrome.test.runTests([
function inputUIExist() {
- if (chrome.experimental.inputUI) {
+ if (chrome.experimental.input.ui) {
chrome.test.succeed();
} else {
chrome.test.fail();

Powered by Google App Engine
This is Rietveld 408576698