Bug 1291277 - Don't show pending crash reports notification on Release or Beta channnels. r=jaws

We were displaying this notificaton on all channels except Release before,
but UX wants us to suppress this on Beta for now until we have a better
sense of our population on that channel.

MozReview-Commit-ID: D55cbtctcR
This commit is contained in:
Mike Conley
2016-08-02 09:46:55 -04:00
parent 51403d66d4
commit b3c9f79a3c

View File

@@ -1135,7 +1135,7 @@ BrowserGlue.prototype = {
this._checkForOldBuildUpdates();
if ("release" != AppConstants.MOZ_UPDATE_CHANNEL) {
if (!AppConstants.RELEASE_BUILD) {
this.checkForPendingCrashReports();
}