Index: chrome/browser/chromeos/gdata/gdata_cache.cc |
diff --git a/chrome/browser/chromeos/gdata/gdata_cache.cc b/chrome/browser/chromeos/gdata/gdata_cache.cc |
index 026e1422f5abef1803d180dde23761794775e2a4..ae1752f271ff68839ac98c99d95dfc3c4e475271 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_cache.cc |
+++ b/chrome/browser/chromeos/gdata/gdata_cache.cc |
@@ -1212,8 +1212,7 @@ void GDataCacheMap::RemoveFromCache(const std::string& resource_id) { |
scoped_ptr<GDataCache::CacheEntry> GDataCacheMap::GetCacheEntry( |
const std::string& resource_id, |
const std::string& md5) { |
- // TODO(satorux): Enable this once all callers are fixed: crbug.com/131826. |
- // AssertOnSequencedWorkerPool(); |
+ AssertOnSequencedWorkerPool(); |
CacheMap::iterator iter = cache_map_.find(resource_id); |
if (iter == cache_map_.end()) { |