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

Unified Diff: chrome/test/data/extensions/api_test/input_ime/background.html

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_ime/background.html
diff --git a/chrome/test/data/extensions/api_test/input_ime/background.html b/chrome/test/data/extensions/api_test/input_ime/background.html
index 59bd0c116c06305bfb264138e8e145c9f258483a..02a16c0d86434b40457b40076be19265a073d84f 100644
--- a/chrome/test/data/extensions/api_test/input_ime/background.html
+++ b/chrome/test/data/extensions/api_test/input_ime/background.html
@@ -1,6 +1,6 @@
<script>
function setMenuItemsTest() {
- chrome.experimental.input.setMenuItems({
+ chrome.experimental.input.ime.setMenuItems({
"engineID": "test",
"items": [{
"id": "Menu 1",
@@ -22,7 +22,7 @@
}
function updateMenuItemsTest() {
- chrome.experimental.input.updateMenuItems({
+ chrome.experimental.input.ime.updateMenuItems({
"engineID": "test",
"items": [{
"id": "Menu 1",
« no previous file with comments | « chrome/test/data/extensions/api_test/input/test.js ('k') | chrome/test/data/extensions/api_test/input_ime/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698