Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: ui/file_manager/externs/background/file_browser_background.js

Issue 2890123003: Compile file_manager and eliminate gyp v1 from Files App! (Closed)
Patch Set: Fix test failures. Format. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /** 5 /**
6 * @interface 6 * @interface
7 * @struct 7 * @struct
8 */ 8 */
9 var FileBrowserBackground = function() {}; 9 var FileBrowserBackground = function() {};
10 10
11 /** 11 /**
12 * @param {function()} callback 12 * @param {function()} callback
13 */ 13 */
14 FileBrowserBackground.prototype.ready = function(callback) {}; 14 FileBrowserBackground.prototype.ready = function(callback) {};
15 15
16 /** @type {!analytics.Tracker} */ 16 /** @type {!analytics.Tracker} */
17 FileBrowserBackground.prototype.tracker; 17 FileBrowserBackground.prototype.tracker;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698