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

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

Issue 148063006: Put all scan results in the media galleries scan result dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comment Created 6 years, 10 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.h
diff --git a/chrome/browser/media_galleries/media_galleries_preferences.h b/chrome/browser/media_galleries/media_galleries_preferences.h
index 9b3be73c421f86a541ffa37c48cef53ded2bf8a1..be0793dd54783cb7877bb2b73089a9dda5c5ff07 100644
--- a/chrome/browser/media_galleries/media_galleries_preferences.h
+++ b/chrome/browser/media_galleries/media_galleries_preferences.h
@@ -105,9 +105,8 @@ struct MediaGalleryPrefInfo {
bool volume_metadata_valid;
// The following fields are populated with the audio, image, and video file
- // counts from the last scan if |type| is kScanResult. For files where it is
- // hard to determine the exact type, the file should be counted in all
- // possible counts.
+ // counts from the last scan. For files where it is hard to determine the
+ // exact type, the file should be counted in all possible counts.
int audio_count;
int image_count;
int video_count;

Powered by Google App Engine
This is Rietveld 408576698