Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / google_now / cards.js
index 8f9c1c5..4c40ba6 100644 (file)
@@ -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] =