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

Unified Diff: chrome/browser/resources/google_now/manifest.json

Issue 13180002: Adding metrics for notification clicks and dismissals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using Unix line endings for chromeactions.txt Created 7 years, 9 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/manifest.json
diff --git a/chrome/browser/resources/google_now/manifest.json b/chrome/browser/resources/google_now/manifest.json
index f4bb54f230bf187d2523df6fe594a501d59810ad..067b263e5b150a16af154af475c6cbcf27d15b93 100644
--- a/chrome/browser/resources/google_now/manifest.json
+++ b/chrome/browser/resources/google_now/manifest.json
@@ -12,11 +12,12 @@
"notifications",
"alarms",
"storage",
- "tabs"
+ "tabs",
+ "metricsPrivate"
],
"manifest_version": 2,
"background": {
- "scripts": ["utility.js", "background.js"],
+ "scripts": ["metrics.js", "utility.js", "background.js"],
"persistent": false
}
}

Powered by Google App Engine
This is Rietveld 408576698