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

Unified Diff: chrome/common/extensions/docs/examples/extensions/gmail/manifest.json

Issue 10984030: Fix Gmail Checker to update on reference fragment navigations, so the unread (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix.onUpdated Created 8 years, 3 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
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/gmail/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/extensions/gmail/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json b/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json
index 8c735d6ac7f9e96ee7a81bb9cfa19d74b6eff4da..a2e26b9357b72e3ee8371640b2e2911e237b4b2a 100644
--- a/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json
@@ -19,6 +19,6 @@
"webNavigation",
"*://*.google.com/"
],
- "version": "4.3.6",
+ "version": "4.3.7",
"manifest_version": 2
}
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/gmail/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698