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

Unified Diff: chrome/browser/thumbnail_store.cc

Issue 441008: Many changes to DictionaryValues:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/thumbnail_store.cc
===================================================================
--- chrome/browser/thumbnail_store.cc (revision 32858)
+++ chrome/browser/thumbnail_store.cc (working copy)
@@ -218,7 +218,7 @@
void ThumbnailStore::UpdateURLData() {
DCHECK(url_blacklist_);
- int result_count = ThumbnailStore::kMaxCacheSize + url_blacklist_->GetSize();
+ int result_count = ThumbnailStore::kMaxCacheSize + url_blacklist_->size();
hs_->QueryTopURLsAndRedirects(result_count, &consumer_,
NewCallback(this, &ThumbnailStore::OnURLDataAvailable));
}

Powered by Google App Engine
This is Rietveld 408576698