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

Side by Side Diff: chrome/common/extensions/docs/samples.json

Issue 9317072: Allow omitting optional parameters for Extensions API functions (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Made style and comment changes. Created 8 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "api": { 2 "api": {
3 "chrome.bookmarks.create": "bookmarks.html#method-create", 3 "chrome.bookmarks.create": "bookmarks.html#method-create",
4 "chrome.bookmarks.get": "bookmarks.html#method-get", 4 "chrome.bookmarks.get": "bookmarks.html#method-get",
5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
9 "chrome.bookmarks.move": "bookmarks.html#method-move", 9 "chrome.bookmarks.move": "bookmarks.html#method-move",
10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged", 10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged",
(...skipping 2407 matching lines...) Expand 10 before | Expand all | Expand 10 after
2418 "source_files": [ 2418 "source_files": [
2419 "manifest.json", 2419 "manifest.json",
2420 "popup.html", 2420 "popup.html",
2421 "popup.js", 2421 "popup.js",
2422 "sample.css" 2422 "sample.css"
2423 ], 2423 ],
2424 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2424 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2425 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2425 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2426 } 2426 }
2427 ] 2427 ]
2428 } 2428 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698