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

Unified Diff: lib/objectTabs.js

Issue 6533470486528000: Issue 2510 - Support Adblock Browser (Closed)
Patch Set: Update ensure_dependencies.py Created May 15, 2015, 7:33 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 | « lib/appSupport.js ('k') | metadata.gecko » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/objectTabs.js
===================================================================
--- a/lib/objectTabs.js
+++ b/lib/objectTabs.js
@@ -178,7 +178,8 @@
{
// Object tabs aren't usable in Fennec
let {application} = require("info");
- if (application == "fennec" || application == "fennec2")
+ if (application == "fennec" || application == "fennec2" ||
+ application == "adblockbrowser")
return;
let {Prefs} = require("prefs");
« no previous file with comments | « lib/appSupport.js ('k') | metadata.gecko » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld