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

Side by Side Diff: chrome/common/extensions/api/file_browser_private.json

Issue 10413011: redo r137692 and r137791 which were speculatively reverted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 [ 5 [
6 { 6 {
7 "namespace":"fileBrowserPrivate", 7 "namespace":"fileBrowserPrivate",
8 "nodoc": "true", 8 "nodoc": "true",
9 "types": [ 9 "types": [
10 { 10 {
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 "items": {"$ref": "FileBrowserTask"}, 407 "items": {"$ref": "FileBrowserTask"},
408 "description": "The list of matched file URL patterns for this t ask." 408 "description": "The list of matched file URL patterns for this t ask."
409 } 409 }
410 ] 410 ]
411 } 411 }
412 ] 412 ]
413 }, 413 },
414 { 414 {
415 "name": "getStrings", 415 "name": "getStrings",
416 "type": "function", 416 "type": "function",
417 "description": "Gets Strings.", 417 "description": "Gets localized strings and initialization data.",
418 "parameters": [ 418 "parameters": [
419 { 419 {
420 "type": "function", 420 "type": "function",
421 "name": "callback", 421 "name": "callback",
422 "parameters": [ 422 "parameters": [
423 { 423 {
424 "name": "result", 424 "name": "result",
425 "type": "object", 425 "type": "object",
426 "additionalProperties": {"type": "string"} 426 "additionalProperties": { "type": "any" }
427 } 427 }
428 ] 428 ]
429 } 429 }
430 ] 430 ]
431 }, 431 },
432 { 432 {
433 "name": "addFileWatch", 433 "name": "addFileWatch",
434 "description": "Adds file watch.", 434 "description": "Adds file watch.",
435 "parameters": [ 435 "parameters": [
436 { 436 {
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 }, 1004 },
1005 { 1005 {
1006 "name": "onNetworkConnectionChanged", 1006 "name": "onNetworkConnectionChanged",
1007 "type": "function", 1007 "type": "function",
1008 "description": "Fired when the active network connection state changes. The network connection state can be retrieved via 'getNetworkConnectionState'.", 1008 "description": "Fired when the active network connection state changes. The network connection state can be retrieved via 'getNetworkConnectionState'.",
1009 "parameters": [] 1009 "parameters": []
1010 } 1010 }
1011 ] 1011 ]
1012 } 1012 }
1013 ] 1013 ]
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/main.html ('k') | chrome/common/extensions/docs/api_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698