| Index: chrome/common/extensions/api/input_ime.json
|
| diff --git a/chrome/common/extensions/api/input_ime.json b/chrome/common/extensions/api/input_ime.json
|
| index ae99ab5edcfd58e65c1871ead048aabd5fe7eb2c..939408b2c3373d9b822715c6a28696f80ebdee30 100644
|
| --- a/chrome/common/extensions/api/input_ime.json
|
| +++ b/chrome/common/extensions/api/input_ime.json
|
| @@ -91,7 +91,7 @@
|
| "type": "function",
|
| "name": "callback",
|
| "optional": true,
|
| - "description": "Called when the operation completes with a boolean indicating if the text was accepted or not. On failure, chrome.extension.lastError is set.",
|
| + "description": "Called when the operation completes with a boolean indicating if the text was accepted or not. On failure, chrome.runtime.lastError is set.",
|
| "parameters": [
|
| {
|
| "name": "success",
|
| @@ -120,7 +120,7 @@
|
| "type": "function",
|
| "name": "callback",
|
| "optional": true,
|
| - "description": "Called when the operation completes with a boolean indicating if the text was accepted or not. On failure, chrome.extension.lastError is set.",
|
| + "description": "Called when the operation completes with a boolean indicating if the text was accepted or not. On failure, chrome.runtime.lastError is set.",
|
| "parameters": [
|
| {
|
| "name": "success",
|
| @@ -153,7 +153,7 @@
|
| "type": "function",
|
| "name": "callback",
|
| "optional": true,
|
| - "description": "Called when the operation completes with a boolean indicating if the text was accepted or not. On failure, chrome.extension.lastError is set.",
|
| + "description": "Called when the operation completes with a boolean indicating if the text was accepted or not. On failure, chrome.runtime.lastError is set.",
|
| "parameters": [
|
| {
|
| "name": "success",
|
|
|