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

Unified Diff: mobile/android/app/mobile.js

Issue 5233612492374016: Issue 2347 - Suppress the first run page from ABP (Closed)
Patch Set: Created May 4, 2015, 8:18 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/app/mobile.js
===================================================================
--- a/mobile/android/app/mobile.js
+++ b/mobile/android/app/mobile.js
@@ -884,3 +884,6 @@
// Enable device storage API
pref("device.storage.enabled", true);
+
+// Suppress the first run page of Adblock Plus in Adblock Browser.
+pref("extensions.adblockplus.preconfigured.suppress_first_run_page", true);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld