Bug 1266820 - Disable Screenshot in Bookmarks feature. r=grisha r=grisha

See code comment (and related bug) for details.

MozReview-Commit-ID: EDzIBftjJRU

--HG--
extra : rebase_source : 94721323a4372010941dcce034093d3f0d1ac95c
This commit is contained in:
Michael Comella 2016-04-22 11:23:36 -07:00
parent d720d7d792
commit 029b25ac6a

View File

@ -345,5 +345,6 @@ public class AppConstants {
false;
//#endif
public static final boolean SCREENSHOTS_IN_BOOKMARKS_ENABLED = AppConstants.NIGHTLY_BUILD;
// (bug 1266820) Temporarily disabled since no one is working on it.
public static final boolean SCREENSHOTS_IN_BOOKMARKS_ENABLED = false;
}