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

Unified Diff: chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller.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_scan_result_dialog_controller.h
diff --git a/chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller.h b/chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller.h
index bdfb9560d3787f1567612932976f7f2a45caa7ba..81324024238fe2d5e62459512f2076c83078c233 100644
--- a/chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller.h
+++ b/chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller.h
@@ -104,8 +104,8 @@ class MediaGalleriesScanResultDialogController
MediaGalleriesScanResultDialogController*)> CreateDialogCallback;
typedef std::map<MediaGalleryPrefId, ScanResult> ScanResults;
- // Updates |results| from |preferences|. Will not add galleries from
- // |ignore_list| onto |results|.
+ // Updates |scan_results| from |preferences|. Will not add galleries from
+ // |ignore_list| onto |scan_results|.
static void UpdateScanResultsFromPreferences(
MediaGalleriesPreferences* preferences,
const extensions::Extension* extension,

Powered by Google App Engine
This is Rietveld 408576698