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

Side by Side Diff: third_party/closure_compiler/externs/media_player_private.js

Issue 625813003: Add externs for file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
(Empty)
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.
4
5 /** @fileoverview Externs generated from namespace: mediaPlayerPrivate */
6
7 /**
8 * @const
9 */
10 chrome.mediaPlayerPrivate = {};
11
12 /** @type {!ChromeEvent} */
13 chrome.mediaPlayerPrivate.onNextTrack;
14
15 /** @type {!ChromeEvent} */
16 chrome.mediaPlayerPrivate.onPrevTrack;
17
18 /** @type {!ChromeEvent} */
19 chrome.mediaPlayerPrivate.onTogglePlayState;
20
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698