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

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: Comments 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
« no previous file with comments | « no previous file | chrome/browser/media_galleries/media_galleries_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f868aa37b32aa65921ef993aacbb2415dfa7e940..d2ae99b47b195f025f285604b34d50d36254c2e7 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;
« no previous file with comments | « no previous file | chrome/browser/media_galleries/media_galleries_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698