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

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

Issue 502081: Temporary fix for Google Mail Checker memory leak. (Closed)
Patch Set: v3 Created 11 years 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.html ('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 fab4c557fc66fe357ce716cbd652c3a5110cc6ac..96a758802a130f8003dbb4c85f341736de04fdf3 100644
--- a/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Google Mail Checker",
"description": "Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.",
- "version": "2",
+ "version": "3",
"background_page": "background.html",
"options_page": "options.html",
"permissions": [
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/gmail/background.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698