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

Unified Diff: chrome/common/extensions/api/input_method_private.json

Issue 1523593002: Add an option in language settings for activating the IME menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/common/extensions/api/input_method_private.json
diff --git a/chrome/common/extensions/api/input_method_private.json b/chrome/common/extensions/api/input_method_private.json
index 5fe854708bda0c7f760a5c4478bde2be7db6b6a1..36395cc6984fdb80069f08ff89153e83d84a68aa 100644
--- a/chrome/common/extensions/api/input_method_private.json
+++ b/chrome/common/extensions/api/input_method_private.json
@@ -225,6 +225,16 @@
}
}
]
+ }, {
+ "name": "onImeMenuActivated",
+ "type": "function",
+ "description": "Fired when the system IME Menu is activated",
+ "parameters": []
+ }, {
+ "name": "onImeMenuDeactivated",
+ "type": "function",
+ "description": "Fired when the system IME Menu is deactivated",
+ "parameters": []
}
]
}

Powered by Google App Engine
This is Rietveld 408576698