Index: chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SectionList.java |
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SectionList.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SectionList.java |
index b70c0ed6cce9b7be334c7424fcbb09da9c1ce199..fad7e9891e5c8bd37fd9f1935c5623c6a54c033b 100644 |
--- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SectionList.java |
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SectionList.java |
@@ -110,6 +110,8 @@ private int resetSection(@CategoryInt int category, @CategoryStatus int category |
mSections.put(category, section); |
mSuggestionsRanker.registerCategory(category); |
addChild(section); |
+ } else { |
+ section.clearData(); |
} |
// Set the new suggestions. |