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

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: Created 7 years, 12 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
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": []
}
]

Powered by Google App Engine
This is Rietveld 408576698