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

Side by Side Diff: chrome/browser/resources/file_manager/manifest.json

Issue 131403003: Files.app: Show drive sync state in the progress center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 years, 11 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
« no previous file with comments | « chrome/browser/resources/file_manager/main.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 // chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/ 2 // chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/
3 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDlhpGghtnNJ7pluQN0RDwbUxwwi99oM3 5ZEaFYvxPLrf0fIEC18cfDdJi6u4aJ+UoSpgzK731L0P/k4LvK2Rz9kVKOy0+IvuRrWkT7lbrLfA1UEB h02OA1AAshjmyRg4IxCqgl8ia8XWq6HKegS1y1KXZYGgb4qp7Bh9VC4cIzswIBIw==", 3 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDlhpGghtnNJ7pluQN0RDwbUxwwi99oM3 5ZEaFYvxPLrf0fIEC18cfDdJi6u4aJ+UoSpgzK731L0P/k4LvK2Rz9kVKOy0+IvuRrWkT7lbrLfA1UEB h02OA1AAshjmyRg4IxCqgl8ia8XWq6HKegS1y1KXZYGgb4qp7Bh9VC4cIzswIBIw==",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "name": "Files", 5 "name": "Files",
6 "version": "3.0", 6 "version": "3.0",
7 "description": "File Manager", 7 "description": "File Manager",
8 "incognito" : "split", 8 "incognito" : "split",
9 "icons": { 9 "icons": {
10 "16": "common/images/icon16.png", 10 "16": "common/images/icon16.png",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "scripts": [ 212 "scripts": [
213 "chrome://resources/js/load_time_data.js", 213 "chrome://resources/js/load_time_data.js",
214 "chrome://resources/js/cr.js", 214 "chrome://resources/js/cr.js",
215 "chrome://resources/js/cr/event_target.js", 215 "chrome://resources/js/cr/event_target.js",
216 "chrome://resources/js/cr/ui/array_data_model.js", 216 "chrome://resources/js/cr/ui/array_data_model.js",
217 "common/js/async_util.js", 217 "common/js/async_util.js",
218 "common/js/path_util.js", 218 "common/js/path_util.js",
219 "common/js/progress_center_common.js", 219 "common/js/progress_center_common.js",
220 "common/js/util.js", 220 "common/js/util.js",
221 "background/js/device_handler.js", 221 "background/js/device_handler.js",
222 "background/js/drive_sync_handler.js",
222 "background/js/file_operation_handler.js", 223 "background/js/file_operation_handler.js",
223 "background/js/file_operation_manager.js", 224 "background/js/file_operation_manager.js",
224 "background/js/progress_center.js", 225 "background/js/progress_center.js",
225 "background/js/test_util.js", 226 "background/js/test_util.js",
226 "background/js/volume_manager.js", 227 "background/js/volume_manager.js",
227 "background/js/background.js"] 228 "background/js/background.js"
229 ]
228 }, 230 },
229 // chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp is the image loader e xtension. 231 // chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp is the image loader e xtension.
230 "content_security_policy": "default-src 'none'; script-src 'self' chrome://r esources chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp; style-src 'self' ' unsafe-inline' chrome://resources; frame-src 'self' about:; img-src 'self' chrom e://resources chrome://theme data: https://docs.google.com https://*.googleuserc ontent.com chrome://extension-icon; media-src 'self' https://*.googleusercontent .com; connect-src https://drive.google.com; object-src 'self'" 232 "content_security_policy": "default-src 'none'; script-src 'self' chrome://r esources chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp; style-src 'self' ' unsafe-inline' chrome://resources; frame-src 'self' about:; img-src 'self' chrom e://resources chrome://theme data: https://docs.google.com https://*.googleuserc ontent.com chrome://extension-icon; media-src 'self' https://*.googleusercontent .com; connect-src https://drive.google.com; object-src 'self'"
231 } 233 }
232 } 234 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698