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

Unified Diff: mobile/android/components/AboutRedirector.js

Issue 4908428271026176: Issue 2384 - Remove Firefox/Mozilla references on about:firefox (Closed)
Patch Set: Renames, reverts, ... Created May 6, 2015, 9:45 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 | « mobile/android/chrome/jar.mn ('k') | mobile/android/themes/core/aboutPageAdblockBrowser.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/components/AboutRedirector.js
diff --git a/mobile/android/components/AboutRedirector.js b/mobile/android/components/AboutRedirector.js
index 3d26951c5ffba395e623e05f1c01a8b79cc829e9..5577d28d07bd8f2eae38e23487dcaad469ab6ac6 100644
--- a/mobile/android/components/AboutRedirector.js
+++ b/mobile/android/components/AboutRedirector.js
@@ -9,14 +9,14 @@ Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
let modules = {
// about:
"": {
- uri: "chrome://browser/content/about.xhtml",
+ uri: "chrome://browser/content/aboutAdblockBrowser.xhtml",
privileged: true
},
// about:fennec and about:firefox are aliases for about:,
// but hidden from about:about
fennec: {
- uri: "chrome://browser/content/about.xhtml",
+ uri: "chrome://browser/content/aboutAdblockBrowser.xhtml",
privileged: true,
hide: true
},
« no previous file with comments | « mobile/android/chrome/jar.mn ('k') | mobile/android/themes/core/aboutPageAdblockBrowser.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld