summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/samples.json
diff options
context:
space:
mode:
authorjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-28 07:43:29 +0000
committerjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-28 07:43:29 +0000
commit9e4430f5c226fb92eabe45e37834a89473707e1b (patch)
tree365819c72d68e4a86a89b812d340497922b25b1f /chrome/common/extensions/docs/samples.json
parent11086c713c607949e147f4005541ade5282cc7bb (diff)
downloadchromium_src-9e4430f5c226fb92eabe45e37834a89473707e1b.zip
chromium_src-9e4430f5c226fb92eabe45e37834a89473707e1b.tar.gz
chromium_src-9e4430f5c226fb92eabe45e37834a89473707e1b.tar.bz2
Moving the MHTML API out of experimental and renaming it.
Moving the savePageAsMTML API out of experimental and renaming it per Kathy suggestion to pageCapture.saveAsMhtml. BUG=None TEST=The API should still work. Review URL: http://codereview.chromium.org/8682013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111678 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/samples.json')
-rw-r--r--chrome/common/extensions/docs/samples.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 20dfcd1..7d13a12 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -67,7 +67,6 @@
"chrome.experimental.devtools.panels.create": "experimental.devtools.panels.html#method-create",
"chrome.experimental.devtools.panels.setOpenResourceHandler": "experimental.devtools.panels.html#method-setOpenResourceHandler",
"chrome.experimental.infobars.show": "experimental.infobars.html#method-show",
- "chrome.experimental.savePage.saveAsMHTML": "experimental.savePage.html#method-saveAsMHTML",
"chrome.experimental.speechInput.isRecording": "experimental.speechInput.html#method-isRecording",
"chrome.experimental.speechInput.onError": "experimental.speechInput.html#event-onError",
"chrome.experimental.speechInput.onResult": "experimental.speechInput.html#event-onResult",
@@ -137,6 +136,7 @@
"chrome.pageAction.setPopup": "pageAction.html#method-setPopup",
"chrome.pageAction.setTitle": "pageAction.html#method-setTitle",
"chrome.pageAction.show": "pageAction.html#method-show",
+ "chrome.pageCapture.saveAsMHTML": "pageCapture.html#method-saveAsMHTML",
"chrome.permissions.contains": "permissions.html#method-contains",
"chrome.permissions.getAll": "permissions.html#method-getAll",
"chrome.permissions.onAdded": "permissions.html#event-onAdded",
@@ -2476,4 +2476,4 @@
"zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
}
]
-} \ No newline at end of file
+}