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

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

Issue 352393002: Be explicit about target type in platform_util::OpenItem() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Catch up with changes to JSONStringValueSerializer and address CrOS comment Created 5 years, 9 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 | « chrome/browser/extensions/api/downloads/downloads_api.cc ('k') | chrome/browser/platform_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_galleries/media_galleries_scan_result_controller.cc
diff --git a/chrome/browser/media_galleries/media_galleries_scan_result_controller.cc b/chrome/browser/media_galleries/media_galleries_scan_result_controller.cc
index 3b39a44cf3dbb2c7682db574eaa76d887f2b6440..1b791b28747fa702544d482954a50f9633a34ea6 100644
--- a/chrome/browser/media_galleries/media_galleries_scan_result_controller.cc
+++ b/chrome/browser/media_galleries/media_galleries_scan_result_controller.cc
@@ -186,7 +186,9 @@ void MediaGalleriesScanResultController::DidClickOpenFolderViewer(
NOTREACHED();
return;
}
- platform_util::OpenItem(GetProfile(), entry->second.pref_info.AbsolutePath());
+ platform_util::OpenItem(GetProfile(), entry->second.pref_info.AbsolutePath(),
+ platform_util::OPEN_FOLDER,
+ platform_util::OpenOperationCallback());
}
void MediaGalleriesScanResultController::DidForgetEntry(
« no previous file with comments | « chrome/browser/extensions/api/downloads/downloads_api.cc ('k') | chrome/browser/platform_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698