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

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

Issue 6990054: Disable setting incognito prefs for extensions for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated copyright header 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 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1554 "background.html", 1554 "background.html",
1555 "manifest.json", 1555 "manifest.json",
1556 "popup.html", 1556 "popup.html",
1557 "proxy_error_handler.js", 1557 "proxy_error_handler.js",
1558 "proxy_form_controller.js", 1558 "proxy_form_controller.js",
1559 "test\/jsunittest.js", 1559 "test\/jsunittest.js",
1560 "test\/proxy_form_controller_test.html", 1560 "test\/proxy_form_controller_test.html",
1561 "test\/proxy_form_controller_test.js", 1561 "test\/proxy_form_controller_test.js",
1562 "test\/unittest.css" 1562 "test\/unittest.css"
1563 ], 1563 ],
1564 "source_hash": "7b3ff4599334eaa9f50aa70940bb5dead970665f", 1564 "source_hash": "d4a52c15b1e5c8be5b26fe9305cf4aae0f2b0cc3",
1565 "zip_path": "examples\/extensions\/proxy_configuration.zip" 1565 "zip_path": "examples\/extensions\/proxy_configuration.zip"
1566 }, 1566 },
1567 { 1567 {
1568 "api_calls": [ 1568 "api_calls": [
1569 "chrome.browserAction.onClicked", 1569 "chrome.browserAction.onClicked",
1570 "chrome.browserAction.setIcon", 1570 "chrome.browserAction.setIcon",
1571 "chrome.extension.getBackgroundPage", 1571 "chrome.extension.getBackgroundPage",
1572 "chrome.extension.getURL", 1572 "chrome.extension.getURL",
1573 "chrome.tabs.create", 1573 "chrome.tabs.create",
1574 "chrome.tabs.get", 1574 "chrome.tabs.get",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 "source_files": [ 1823 "source_files": [
1824 "manifest.json", 1824 "manifest.json",
1825 "popup.html", 1825 "popup.html",
1826 "sample.css" 1826 "sample.css"
1827 ], 1827 ],
1828 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 1828 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
1829 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 1829 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
1830 } 1830 }
1831 ] 1831 ]
1832 } 1832 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.proxy.html ('k') | chrome/common/extensions/docs/static/experimental.proxy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698