Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/ext/background.js

Issue 5767063142400000: notification fixes (Closed)
Patch Set: Nit fix for long lines Created March 6, 2014, 10:10 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « background.js ('k') | chrome/notification.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/ext/background.js
===================================================================
--- a/chrome/ext/background.js
+++ b/chrome/ext/background.js
@@ -583,7 +583,4 @@
};
ext.onMessage = new BackgroundMessageEventTarget();
- // Chrome on Linux does not fully support chrome.notifications yet ( https://code.google.com/p/chromium/issues/detail?id=291485 )
- if ("notifications" in chrome && navigator.platform.indexOf("Linux") == -1)
- ext.browserNotifications = chrome.notifications;
})();
« no previous file with comments | « background.js ('k') | chrome/notification.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld