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

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

Issue 8682013: Moving the MHTML API out of experimental and renaming it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/chrome_tests.gypi ('k') | chrome/common/extensions/docs/api_index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/extension_api.json
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index 4ded7d2b45c4d86ed975dec35ac0b31ce808858f..1058585c66f8f1be87d62d2706c169ae631673e4 100644
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -9057,10 +9057,10 @@
]
},
{
- "namespace": "experimental.savePage",
+ "namespace": "pageCapture",
"functions": [
{
- "name": "saveAsMHTML",
+ "name": "saveAsMhtml",
Aaron Boodman 2011/11/23 22:24:49 I think it is better all caps. I guess you got adv
jcivelli 2011/11/23 22:41:30 Yes, here is what Kathy said: " saveAsMHTML uses u
"type": "function",
"description": "Saves the content of the tab with given id as MHTML.",
"parameters": [
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/docs/api_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698