summaryrefslogtreecommitdiffstats
path: root/ui/file_manager/externs/connection.js
blob: 859b81fbada47e930c899ade1583edda4fb441c6 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2014 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.

/**
 * TODO(hirono): Remove this after the build-in extern supports it.
 * @type {{type:string}}
 */
Navigator.prototype.connection;