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

Unified Diff: chrome/common/extensions/api/page_action.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
« no previous file with comments | « chrome/common/extensions/api/management.json ('k') | chrome/common/extensions/api/runtime.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/page_action.json
===================================================================
--- chrome/common/extensions/api/page_action.json (revision 181647)
+++ chrome/common/extensions/api/page_action.json (working copy)
@@ -50,7 +50,7 @@
{
"name": "getTitle",
"type": "function",
- "description": "Gets the title of the browser action.",
+ "description": "Gets the title of the page action.",
"parameters": [
{
"name": "details",
@@ -149,7 +149,7 @@
{
"name": "getPopup",
"type": "function",
- "description": "Gets the html document set as the popup for this browser action.",
+ "description": "Gets the html document set as the popup for this page action.",
"parameters": [
{
"name": "details",
« no previous file with comments | « chrome/common/extensions/api/management.json ('k') | chrome/common/extensions/api/runtime.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698