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

Unified Diff: chrome/test/data/extensions/api_test/input_ui/other/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
« no previous file with comments | « chrome/test/data/extensions/api_test/input_ui/other/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index e31e9ddbad7e3388f38fe5198e6e8bffe9c8efdb..239d6350f43a0ac554d4e11a4f09ac257b62e802 100644
--- a/chrome/test/data/extensions/api_test/input_ui/other/test.js
+++ b/chrome/test/data/extensions/api_test/input_ui/other/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 inputUINotExist() {
- if (!chrome.experimental.inputUI) {
+ if (!chrome.experimental.input.ui) {
chrome.test.succeed();
} else {
chrome.test.fail();
« no previous file with comments | « chrome/test/data/extensions/api_test/input_ui/other/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698