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

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

Issue 11745015: Update references to the extension messaging APIs to point to the "runtime" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 months 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/common/extensions/api/extension_api_unittest.cc ('k') | chrome/common/extensions/api/input_ime.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/file_browser_private.json
diff --git a/chrome/common/extensions/api/file_browser_private.json b/chrome/common/extensions/api/file_browser_private.json
index e5b15efc347633e56ee58362f5abaee7c536e56d..087224ec92a7d869c52bcb6781dafab18c6960b7 100644
--- a/chrome/common/extensions/api/file_browser_private.json
+++ b/chrome/common/extensions/api/file_browser_private.json
@@ -837,7 +837,7 @@
"name": "callback",
"type": "function",
"optional": true,
- "description": "Completion callback. chrome.extension.lastError will be set if there was an error.",
+ "description": "Completion callback. chrome.runtime.lastError will be set if there was an error.",
"parameters": []
}
]
@@ -884,7 +884,7 @@
"name": "callback",
"type": "function",
"optional": true,
- "description": "Completion callback. chrome.extension.lastError will be set if there was an error.",
+ "description": "Completion callback. chrome.runtime.lastError will be set if there was an error.",
"parameters": []
}
]
« no previous file with comments | « chrome/common/extensions/api/extension_api_unittest.cc ('k') | chrome/common/extensions/api/input_ime.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698