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

Unified Diff: chrome/ext/background.js

Issue 5749582424178688: Ported over anti-adblock message notification (Closed)
Patch Set: Created March 21, 2014, 1:29 p.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') | iconAnimation.js » ('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') | iconAnimation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld