cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / ui / file_manager / externs / es6_workaround.js
blob55c60921f7c8775160ee7d85a11c14334f0c1f14
1 // Copyright 2015 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 /**
6 * @fileoverview Partial definitions for ECMAScript 6. To compile Files.app, some
7 * definitions are defined in this file. They should be removed once they are
8 * ready in closure compiler by default.
9 * @externs
12 /**
13 * @param {string} searchString
14 * @param {number=} opt_position
16 String.prototype.startsWith = function(searchString, opt_position) {};