Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Unified Diff: chrome/browser/resources/google_now/cards.js

Issue 25114002: Finishing API error processing, and cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 393c8aea6c9758b6f1674433aa9eef30af4305cb..837d2b91f9625a4bf1cfbabde45bd13ceee3e882 100644
--- a/chrome/browser/resources/google_now/cards.js
+++ b/chrome/browser/resources/google_now/cards.js
@@ -137,8 +137,6 @@ function buildCardSet() {
console.log('cardManager.update ' + JSON.stringify(card) + ' ' +
previousVersion);
- // TODO(vadimt): Don't clear alarms etc that don't exist. Or make sure doing
- // this doesn't output an error to console.
chrome.alarms.clear(cardHidePrefix + cardId);
var cardCreateInfo = {
« no previous file with comments | « chrome/browser/resources/google_now/background_unittest.gtestjs ('k') | chrome/browser/resources/google_now/utility.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698