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": [] |
} |
] |
} |