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 13e81a8d528407992b4abd38563a3f63b2b72ebe..b417fd772603ceac018551c07312c2f62c6c6619 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_cache.cc |
+++ b/chrome/browser/chromeos/gdata/gdata_cache.cc |
@@ -226,8 +226,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()) { |