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

Unified Diff: chrome/browser/storage_monitor/image_capture_device_manager.mm

Issue 19489006: Media Galleries: Move gallery name generation back to StorageMonitor. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 7 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: chrome/browser/storage_monitor/image_capture_device_manager.mm
===================================================================
--- chrome/browser/storage_monitor/image_capture_device_manager.mm (revision 218837)
+++ chrome/browser/storage_monitor/image_capture_device_manager.mm (working copy)
@@ -102,11 +102,10 @@
chrome::StorageInfo::MakeDeviceId(
chrome::StorageInfo::MAC_IMAGE_CAPTURE,
base::SysNSStringToUTF8([cameraDevice UUIDString])),
+ std::string(),
base::SysNSStringToUTF16([cameraDevice name]),
- "",
- string16(),
- string16(),
- string16(),
+ base::string16(),
+ base::string16(),
0);
notifications_->ProcessAttach(info);
}

Powered by Google App Engine
This is Rietveld 408576698