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

Unified Diff: chrome/browser/extensions/api/file_system/file_system_api.cc

Issue 2352853002: Disallow redundant Bind calls. (Closed)
Patch Set: static_assert message tweak Created 4 years, 3 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/extensions/api/file_system/file_system_api.cc
diff --git a/chrome/browser/extensions/api/file_system/file_system_api.cc b/chrome/browser/extensions/api/file_system/file_system_api.cc
index 59614be6404cbddedb47a2bce17976c63c2d6029..0a6d793159110ce8101634ef8e02b52655916aea 100644
--- a/chrome/browser/extensions/api/file_system/file_system_api.cc
+++ b/chrome/browser/extensions/api/file_system/file_system_api.cc
@@ -440,7 +440,7 @@ void ConsentProviderDelegate::ShowDialog(
}
RequestFileSystemDialogView::ShowDialog(web_contents, extension, volume,
- writable, base::Bind(callback));
+ writable, callback);
}
void ConsentProviderDelegate::ShowNotification(
« no previous file with comments | « chrome/browser/extensions/api/dial/dial_service.cc ('k') | chrome/browser/media_galleries/linux/mtp_device_task_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698