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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/closure_compiler/externs/media_player_private.js
diff --git a/third_party/closure_compiler/externs/media_player_private.js b/third_party/closure_compiler/externs/media_player_private.js
new file mode 100644
index 0000000000000000000000000000000000000000..6a4b58609cd0abf12f815ac41ce0a410aea5586c
--- /dev/null
+++ b/third_party/closure_compiler/externs/media_player_private.js
@@ -0,0 +1,21 @@
+// 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.
+
+/** @fileoverview Externs generated from namespace: mediaPlayerPrivate */
+
+/**
+ * @const
+ */
+chrome.mediaPlayerPrivate = {};
+
+/** @type {!ChromeEvent} */
+chrome.mediaPlayerPrivate.onNextTrack;
+
+/** @type {!ChromeEvent} */
+chrome.mediaPlayerPrivate.onPrevTrack;
+
+/** @type {!ChromeEvent} */
+chrome.mediaPlayerPrivate.onTogglePlayState;
+
+

Powered by Google App Engine
This is Rietveld 408576698