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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_private_api.cc

Issue 10946029: [filemanager] Importing progress implemented. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/css/common.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_browser_private_api.cc
===================================================================
--- chrome/browser/chromeos/extensions/file_browser_private_api.cc (revision 157524)
+++ chrome/browser/chromeos/extensions/file_browser_private_api.cc (working copy)
@@ -1687,6 +1687,8 @@
SET_STRING(IDS_FILE_BROWSER, PHOTO_IMPORT_SELECT_ALBUM_CAPTION);
SET_STRING(IDS_FILE_BROWSER, PHOTO_IMPORT_SELECT_ALBUM_CAPTION_PLURAL);
SET_STRING(IDS_FILE_BROWSER, PHOTO_IMPORT_IMPORTING_ERROR);
+ SET_STRING(IDS_FILE_BROWSER, PHOTO_IMPORT_IMPORTING);
+ SET_STRING(IDS_FILE_BROWSER, PHOTO_IMPORT_IMPORT_COMPLETE);
SET_STRING(IDS_FILE_BROWSER, PHOTO_IMPORT_CAPTION);
SET_STRING(IDS_FILE_BROWSER, PHOTO_IMPORT_DELETE_AFTER);
SET_STRING(IDS_FILE_BROWSER, PHOTO_IMPORT_NOTHING_PICKED);
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/css/common.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698