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

Unified Diff: chrome/browser/extensions/extension_file_browser_private_api.cc

Issue 7067020: Moving mediaplayer to the chrome filebrowser. Observable behaviour should not change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resolved conflicts. Created 9 years, 7 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/browser/extensions/extension_file_browser_private_api.cc
diff --git a/chrome/browser/extensions/extension_file_browser_private_api.cc b/chrome/browser/extensions/extension_file_browser_private_api.cc
index 9d53ce370388d95c34b380e64a1ef7c0b9b475be..989640013f7e825689edbc7876881602dee78aa9 100644
--- a/chrome/browser/extensions/extension_file_browser_private_api.cc
+++ b/chrome/browser/extensions/extension_file_browser_private_api.cc
@@ -1074,6 +1074,8 @@ bool FileDialogStringsFunction::RunImpl() {
SET_STRING(IDS_FILE_BROWSER, ONE_FILE_SELECTED);
SET_STRING(IDS_FILE_BROWSER, MANY_FILES_SELECTED);
+ SET_STRING(IDS_FILE_BROWSER, PLAYBACK_ERROR);
+
// FILEBROWSER, without the underscore, is from the old school codebase.
// TODO(rginda): Move these into IDS_FILE_BROWSER post M12.
SET_STRING(IDS_FILEBROWSER, CONFIRM_DELETE);
« no previous file with comments | « chrome/browser/chromeos/media/media_player_browsertest.cc ('k') | chrome/browser/extensions/extension_function_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698