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

Unified Diff: ui/file_manager/file_manager/background/js/test_util.js

Issue 437593006: Video Player: Install the cast API extension if it is not installed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test Created 6 years, 4 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: ui/file_manager/file_manager/background/js/test_util.js
diff --git a/ui/file_manager/file_manager/background/js/test_util.js b/ui/file_manager/file_manager/background/js/test_util.js
index baf8ec0f9f257eb581b28f457c0e1c65f8f4ecc2..6ac4b786a8e62e3801522c3ea78d7f394291df3a 100644
--- a/ui/file_manager/file_manager/background/js/test_util.js
+++ b/ui/file_manager/file_manager/background/js/test_util.js
@@ -565,7 +565,7 @@ test.util.sync.overrideInstallWebstoreItemApi =
message ? {message: message} : null;
};
- var installWebstoreItem = function(itemId, callback) {
+ var installWebstoreItem = function(itemId, silentInstallation, callback) {
setTimeout(function() {
if (itemId !== expectedItemId) {
setLastError('Invalid Chrome Web Store item ID');
« no previous file with comments | « chrome/common/extensions/api/file_browser_private.idl ('k') | ui/file_manager/file_manager/foreground/js/app_installer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698