| Index: chrome/browser/resources/google_now/cards.js
|
| diff --git a/chrome/browser/resources/google_now/cards.js b/chrome/browser/resources/google_now/cards.js
|
| index 8f9c1c52c970062e45a14210cb398b8c98346e7e..4c40ba6f51ab93cd01547e88243db8d1fb373c36 100644
|
| --- a/chrome/browser/resources/google_now/cards.js
|
| +++ b/chrome/browser/resources/google_now/cards.js
|
| @@ -342,9 +342,9 @@ function buildCardSet() {
|
| items.notificationsData[cardId].combinedCard) || [];
|
|
|
| var cardShownCallback = undefined;
|
| - if (localStorage['locationCardsShown'] <
|
| - LOCATION_CARDS_LINK_THRESHOLD) {
|
| - cardShownCallback = countLocationCard;
|
| + if (localStorage['explanatoryCardsShown'] <
|
| + EXPLANATORY_CARDS_LINK_THRESHOLD) {
|
| + cardShownCallback = countExplanatoryCard;
|
| }
|
|
|
| items.notificationsData[cardId] =
|
|
|