Index: chrome/browser/browsing_data_local_storage_helper.cc |
=================================================================== |
--- chrome/browser/browsing_data_local_storage_helper.cc (revision 40156) |
+++ chrome/browser/browsing_data_local_storage_helper.cc (working copy) |
@@ -96,8 +96,10 @@ |
DCHECK(is_fetching_); |
// Note: completion_callback_ mutates only in the UI thread, so it's safe to |
// test it here. |
- if (completion_callback_ != NULL) |
+ if (completion_callback_ != NULL) { |
completion_callback_->Run(local_storage_info_); |
+ completion_callback_.reset(); |
+ } |
is_fetching_ = false; |
} |