Fix search results being clipped in app list.
[chromium-blink-merge.git] / ui / file_manager / externs / platform_worker.js
blob54ed8fc2c74d9260ca32f150a917dc85c805de78
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.
7 /**
8  * @param {string} url
9  * @param {function(!Entry)} successCallback
10  * @param {function(!FileError)=} opt_errorCallback
11  */
12 function webkitResolveLocalFileSystemURL(
13     url, successCallback, opt_errorCallback) {}