| Index: ui/file_manager/externs/es7_workaround.js
|
| diff --git a/ui/file_manager/externs/es7_workaround.js b/ui/file_manager/externs/es7_workaround.js
|
| deleted file mode 100644
|
| index 4d76e88e6f7eeb4ad2c6c07c6863993589a05629..0000000000000000000000000000000000000000
|
| --- a/ui/file_manager/externs/es7_workaround.js
|
| +++ /dev/null
|
| @@ -1,35 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -/**
|
| -* @fileoverview Partial definitions for ECMAScript 7. To compile Files.app, some
|
| -* definitions are defined in this file. They should be removed once ES7
|
| -* definitions are ready in closure compiler by default.
|
| -* @externs
|
| -*/
|
| -
|
| -/**
|
| - * @param {!Object} obj
|
| - * @param {function(!Array<!Object>)} callback
|
| - * @param {!Array<string>=} acceptList
|
| - */
|
| -Object.observe = function(obj, callback, acceptList) {};
|
| -
|
| -/**
|
| - * @param {!Object} obj
|
| - * @param {function(!Array<!Object>)} callback
|
| - */
|
| -Object.unobserve = function(obj, callback) {};
|
| -
|
| -/**
|
| - * @param {!Array} arr
|
| - * @param {function(!Array<!Object>)} callback
|
| - */
|
| -Array.observe = function(arr, callback) {};
|
| -
|
| -/**
|
| - * @param {!Array} arr
|
| - * @param {function(!Array<!Object>)} callback
|
| - */
|
| -Array.unobserve = function(arr, callback) {};
|
|
|