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

Unified Diff: chrome/browser/media_galleries/media_galleries_preferences.cc

Issue 14556015: [Media Galleries] Lazily initialize the storage monitor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Windows compile tweaks Created 7 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/media_galleries/media_galleries_preferences.cc
diff --git a/chrome/browser/media_galleries/media_galleries_preferences.cc b/chrome/browser/media_galleries/media_galleries_preferences.cc
index 1644e1072014fc444c0cdf953f2e56a4ab96c961..73e56a852e2321c90b47c65cb347aa6d16cf2b3f 100644
--- a/chrome/browser/media_galleries/media_galleries_preferences.cc
+++ b/chrome/browser/media_galleries/media_galleries_preferences.cc
@@ -402,6 +402,7 @@ MediaGalleryPrefId MediaGalleriesPreferences::AddGalleryInternal(
base::Time last_attach_time,
bool volume_metadata_valid,
int prefs_version) {
+LOG(INFO) << "Add gallery intenral " << device_id;
Lei Zhang 2013/05/10 02:40:46 remove debug statement here and elsewhere.
Greg Billock 2013/05/10 16:20:27 Done.
base::FilePath normalized_relative_path =
relative_path.NormalizePathSeparators();
MediaGalleryPrefIdSet galleries_on_device =

Powered by Google App Engine
This is Rietveld 408576698