Bug 1258728 - remote newtab path starts with /newtab/ r=ursula

MozReview-Commit-ID: LTBLT5p0iM5

--HG--
extra : rebase_source : 5b5aa7eb928875dc230b4652b1b765f09745eec9
This commit is contained in:
Olivier Yiptong 2016-03-24 16:28:10 -04:00
Родитель d067280021
Коммит d28eb4bd81
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "NewTabRemoteResources",
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";