diff options
Diffstat (limited to 'chrome/browser/dom_ui/ntp_resource_cache.cc')
-rw-r--r-- | chrome/browser/dom_ui/ntp_resource_cache.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/dom_ui/ntp_resource_cache.cc b/chrome/browser/dom_ui/ntp_resource_cache.cc index a1b8bf0..dca2917 100644 --- a/chrome/browser/dom_ui/ntp_resource_cache.cc +++ b/chrome/browser/dom_ui/ntp_resource_cache.cc @@ -140,6 +140,8 @@ NTPResourceCache::NTPResourceCache(Profile* profile) : profile_(profile) { pref_change_registrar_.Add(prefs::kNTPShownSections, this); } +NTPResourceCache::~NTPResourceCache() {} + RefCountedBytes* NTPResourceCache::GetNewTabHTML(bool is_off_the_record) { DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); if (is_off_the_record) { |