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

Unified Diff: ui/file_manager/video_player/js/cast/caster.js

Issue 550863003: Rename fileBrowserPrivate to fileManagerPrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/video_player/js/cast/caster.js
diff --git a/ui/file_manager/video_player/js/cast/caster.js b/ui/file_manager/video_player/js/cast/caster.js
index a626a69cedcaaa17f441ad0a9e13fecae958afbf..9cda4450af877c211ac7c355d6d86dc2016fd44a 100644
--- a/ui/file_manager/video_player/js/cast/caster.js
+++ b/ui/file_manager/video_player/js/cast/caster.js
@@ -60,7 +60,7 @@ function loadCastAPI(callback, opt_secondTry) {
}
// Installs the Google Cast API extension and retry loading.
- chrome.fileBrowserPrivate.installWebstoreItem(
+ chrome.fileManagerPrivate.installWebstoreItem(
'mafeflapfdfljijmlienjedomfjfmhpd',
true, // Don't use installation prompt.
function() {
« no previous file with comments | « ui/file_manager/video_player/js/background.js ('k') | ui/file_manager/video_player/js/cast/media_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698