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

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

Issue 7065033: Support persistent incognito preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 9 years, 7 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 | Annotate | Revision Log
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.export": "bookmarks.html#method-export", 4 "chrome.bookmarks.export": "bookmarks.html#method-export",
5 "chrome.bookmarks.get": "bookmarks.html#method-get", 5 "chrome.bookmarks.get": "bookmarks.html#method-get",
6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
9 "chrome.bookmarks.import": "bookmarks.html#method-import", 9 "chrome.bookmarks.import": "bookmarks.html#method-import",
10 "chrome.bookmarks.move": "bookmarks.html#method-move", 10 "chrome.bookmarks.move": "bookmarks.html#method-move",
(...skipping 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 "background.html", 1553 "background.html",
1554 "manifest.json", 1554 "manifest.json",
1555 "popup.html", 1555 "popup.html",
1556 "proxy_error_handler.js", 1556 "proxy_error_handler.js",
1557 "proxy_form_controller.js", 1557 "proxy_form_controller.js",
1558 "test\/jsunittest.js", 1558 "test\/jsunittest.js",
1559 "test\/proxy_form_controller_test.html", 1559 "test\/proxy_form_controller_test.html",
1560 "test\/proxy_form_controller_test.js", 1560 "test\/proxy_form_controller_test.js",
1561 "test\/unittest.css" 1561 "test\/unittest.css"
1562 ], 1562 ],
1563 "source_hash": "8afed2f83448a621f4f55529fe16c90f858750e1", 1563 "source_hash": "501a9617897526db843a32c0896b689f0cfbd86c",
1564 "zip_path": "examples\/extensions\/proxy_configuration.zip" 1564 "zip_path": "examples\/extensions\/proxy_configuration.zip"
1565 }, 1565 },
1566 { 1566 {
1567 "api_calls": [ 1567 "api_calls": [
1568 "chrome.browserAction.onClicked", 1568 "chrome.browserAction.onClicked",
1569 "chrome.browserAction.setIcon", 1569 "chrome.browserAction.setIcon",
1570 "chrome.extension.getBackgroundPage", 1570 "chrome.extension.getBackgroundPage",
1571 "chrome.extension.getURL", 1571 "chrome.extension.getURL",
1572 "chrome.tabs.create", 1572 "chrome.tabs.create",
1573 "chrome.tabs.get", 1573 "chrome.tabs.get",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 "source_files": [ 1822 "source_files": [
1823 "manifest.json", 1823 "manifest.json",
1824 "popup.html", 1824 "popup.html",
1825 "sample.css" 1825 "sample.css"
1826 ], 1826 ],
1827 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 1827 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
1828 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 1828 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
1829 } 1829 }
1830 ] 1830 ]
1831 } 1831 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698