Bug 1258728 - remote newtab path starts with /newtab/ r?ursula draft
authorOlivier Yiptong <olivier@olivieryiptong.com>
Thu, 24 Mar 2016 16:28:10 -0400
changeset 344560 041217d62e81f21ee6990abb5f228bd3aaab151d
parent 344559 972099c356f64a3b130b4fdfee388f17f7f91a51
child 344561 007cbac6382b20a59726bd9d7ee89f097e5198e4
push id13857
push userolivier@olivieryiptong.com
push dateThu, 24 Mar 2016 20:31:06 +0000
reviewersursula
bugs1258728
milestone48.0a1
Bug 1258728 - remote newtab path starts with /newtab/ r?ursula MozReview-Commit-ID: LTBLT5p0iM5
browser/components/newtab/aboutNewTabService.js
--- a/browser/components/newtab/aboutNewTabService.js
+++ b/browser/components/newtab/aboutNewTabService.js
@@ -20,17 +20,17 @@ XPCOMUtils.defineLazyModuleGetter(this, 
                                   "resource:///modules/NewTabPrefsProvider.jsm");
 XPCOMUtils.defineLazyModuleGetter(this, "Locale",
                                   "resource://gre/modules/Locale.jsm");
 XPCOMUtils.defineLazyModuleGetter(this, "NewTabRemoteResources",
                                   "resource:///modules/NewTabRemoteResources.jsm");
 
 const LOCAL_NEWTAB_URL = "chrome://browser/content/newtab/newTab.xhtml";
 
-const REMOTE_NEWTAB_PATH = "/v%VERSION%/%CHANNEL%/%LOCALE%/index.html";
+const REMOTE_NEWTAB_PATH = "/newtab/v%VERSION%/%CHANNEL%/%LOCALE%/index.html";
 
 const ABOUT_URL = "about:newtab";
 
 // Pref that tells if remote newtab is enabled
 const PREF_REMOTE_ENABLED = "browser.newtabpage.remote";
 
 // Pref branch necesssary for testing
 const PREF_REMOTE_CS_TEST = "browser.newtabpage.remote.content-signing-test";