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

Unified Diff: chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/background.js

Issue 641113007: Separate the audio player app from Files.app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed the comment 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: chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/background.js
diff --git a/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/background.js b/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/background.js
index da4e44ac83aad75238df05c8f18186e691fbd25a..94f3233b09ced5b547f3024315aedcac86ad38e6 100644
--- a/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/background.js
+++ b/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/background.js
@@ -14,6 +14,15 @@ var FILE_MANAGER_EXTENSIONS_ID = 'hhaomjibdihmijegdhdafkllkbggdgoj';
var remoteCall = new RemoteCallFilesApp(FILE_MANAGER_EXTENSIONS_ID);
/**
+ * Extension ID of Audio Player.
+ * @type {string}
+ * @const
+ */
+var AUDIO_PLAYER_APP_ID = 'cjbfomnbifhcdnihkgipgfcihmgjfhbf';
+
+var audioPlayerApp = new RemoteCall(AUDIO_PLAYER_APP_ID);
+
+/**
* Adds check of chrome.test to the end of the given promise.
* @param {Promise} promise Promise.
*/

Powered by Google App Engine
This is Rietveld 408576698