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

Unified Diff: ui/file_manager/video_player/js/video_player.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/video_player.js
diff --git a/ui/file_manager/video_player/js/video_player.js b/ui/file_manager/video_player/js/video_player.js
index 9dcb7c18aaeef126528b31faf4f06d88484efc9f..2c8303438d55024537767edec5890d565cfa3eb2 100644
--- a/ui/file_manager/video_player/js/video_player.js
+++ b/ui/file_manager/video_player/js/video_player.js
@@ -640,7 +640,7 @@ var player = new VideoPlayer();
* @param {function()} callback Called when the sting data is ready.
*/
function initStrings(callback) {
- chrome.fileBrowserPrivate.getStrings(function(strings) {
+ chrome.fileManagerPrivate.getStrings(function(strings) {
loadTimeData.data = strings;
callback();
}.wrap(null));

Powered by Google App Engine
This is Rietveld 408576698