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

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

Issue 10905306: Revert 156659 - Restart running apps when chrome restarts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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.alarms.clear": "alarms.html#method-clear", 3 "chrome.alarms.clear": "alarms.html#method-clear",
4 "chrome.alarms.clearAll": "alarms.html#method-clearAll", 4 "chrome.alarms.clearAll": "alarms.html#method-clearAll",
5 "chrome.alarms.create": "alarms.html#method-create", 5 "chrome.alarms.create": "alarms.html#method-create",
6 "chrome.alarms.get": "alarms.html#method-get", 6 "chrome.alarms.get": "alarms.html#method-get",
7 "chrome.alarms.getAll": "alarms.html#method-getAll", 7 "chrome.alarms.getAll": "alarms.html#method-getAll",
8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm", 8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm",
9 "chrome.app.runtime.onLaunched": "app.runtime.html#event-onLaunched", 9 "chrome.app.runtime.onLaunched": "app.runtime.html#event-onLaunched",
10 "chrome.app.runtime.onRestarted": "app.runtime.html#event-onRestarted",
11 "chrome.app.window.create": "app.window.html#method-create", 10 "chrome.app.window.create": "app.window.html#method-create",
12 "chrome.app.window.focus": "app.window.html#method-focus", 11 "chrome.app.window.focus": "app.window.html#method-focus",
13 "chrome.app.window.maximize": "app.window.html#method-maximize", 12 "chrome.app.window.maximize": "app.window.html#method-maximize",
14 "chrome.app.window.minimize": "app.window.html#method-minimize", 13 "chrome.app.window.minimize": "app.window.html#method-minimize",
15 "chrome.app.window.moveTo": "app.window.html#method-moveTo", 14 "chrome.app.window.moveTo": "app.window.html#method-moveTo",
16 "chrome.app.window.resizeTo": "app.window.html#method-resizeTo", 15 "chrome.app.window.resizeTo": "app.window.html#method-resizeTo",
17 "chrome.app.window.restore": "app.window.html#method-restore", 16 "chrome.app.window.restore": "app.window.html#method-restore",
18 "chrome.bookmarks.create": "bookmarks.html#method-create", 17 "chrome.bookmarks.create": "bookmarks.html#method-create",
19 "chrome.bookmarks.get": "bookmarks.html#method-get", 18 "chrome.bookmarks.get": "bookmarks.html#method-get",
20 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 19 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
(...skipping 2825 matching lines...) Expand 10 before | Expand all | Expand 10 after
2846 "manifest.json", 2845 "manifest.json",
2847 "popup.html", 2846 "popup.html",
2848 "popup.js", 2847 "popup.js",
2849 "sample.css" 2848 "sample.css"
2850 ], 2849 ],
2851 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2850 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2852 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2851 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2853 } 2852 }
2854 ] 2853 ]
2855 } 2854 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698