1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Externs which are common for all worker of chrome packaged apps.
9 * @param {function(!Entry)} successCallback
10 * @param {function(!FileError)=} opt_errorCallback
12 function webkitResolveLocalFileSystemURL(
13 url, successCallback, opt_errorCallback) {}