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

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

Issue 173853007: Media Galleries: Prune uninteresting folders when scanning. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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_scan_manager.h
===================================================================
--- chrome/browser/media_galleries/media_scan_manager.h (revision 252098)
+++ chrome/browser/media_galleries/media_scan_manager.h (working copy)
@@ -76,7 +76,8 @@
void OnScanCompleted(
bool success,
- const MediaFolderFinder::MediaFolderFinderResults& found_folders);
+ const MediaFolderFinder::MediaFolderFinderResults& found_folders,
+ const std::vector<base::FilePath>& sensitive_locations);
void OnFoundContainerDirectories(
const MediaFolderFinder::MediaFolderFinderResults& found_folders,

Powered by Google App Engine
This is Rietveld 408576698