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

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

Issue 12223068: Fix some typos, broken links and other issues in extension docs (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 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/tabs.json
===================================================================
--- chrome/common/extensions/api/tabs.json (revision 181647)
+++ chrome/common/extensions/api/tabs.json (working copy)
@@ -598,7 +598,7 @@
{
"name": "captureVisibleTab",
"type": "function",
- "description": "Captures the visible area of the currently active tab in the specified window. You must have <a href='manifest.html#permissions'>host permission</a> for the URL displayed by the tab.",
+ "description": "Captures the visible area of the currently active tab in the specified window. You must have <a href='declare_permissions.html'>host permission</a> for the URL displayed by the tab.",
"parameters": [
{
"type": "integer",
@@ -913,7 +913,7 @@
"type": "object",
"name": "removeInfo",
"properties": {
- "windowId": {"type": "integer", "minimum": 0, "description": "the window whose tab is closed." },
+ "windowId": {"type": "integer", "minimum": 0, "description": "The window whose tab is closed." },
"isWindowClosing": {"type": "boolean", "description": "True when the tab is being closed because its window is being closed." }
}
}
« no previous file with comments | « chrome/common/extensions/api/runtime.json ('k') | chrome/common/extensions/docs/templates/articles/api_other.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698