| Index: chrome/browser/history/top_sites.cc
|
| ===================================================================
|
| --- chrome/browser/history/top_sites.cc (revision 99740)
|
| +++ chrome/browser/history/top_sites.cc (working copy)
|
| @@ -164,6 +164,8 @@
|
| profile_->GetPrefs()->GetDictionary(prefs::kNTPMostVisitedURLsBlacklist);
|
| pinned_urls_ =
|
| profile_->GetPrefs()->GetDictionary(prefs::kNTPMostVisitedPinnedURLs);
|
| + DCHECK(blacklist_ != NULL);
|
| + DCHECK(pinned_urls_ != NULL);
|
| }
|
|
|
| void TopSites::Init(const FilePath& db_name) {
|
|
|