From 2d10d3097dc5c89753338e2b4c81d9d215d7bae0 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Fri, 28 Oct 2016 14:00:03 +0200 Subject: [PATCH] Bug 1313316 - Add 'activity-stream' experiment. r=ahunt MozReview-Commit-ID: bamyo1Yb1o --HG-- extra : rebase_source : 3cc6155f05fc6bf603209d50b06afca47e2e1ee8 --- mobile/android/base/java/org/mozilla/gecko/Experiments.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mobile/android/base/java/org/mozilla/gecko/Experiments.java b/mobile/android/base/java/org/mozilla/gecko/Experiments.java index df148ab6c0b8..e71bb4c52f76 100644 --- a/mobile/android/base/java/org/mozilla/gecko/Experiments.java +++ b/mobile/android/base/java/org/mozilla/gecko/Experiments.java @@ -56,6 +56,9 @@ public class Experiments { // Play HLS videos in a VideoView (Bug 1313391) public static final String HLS_VIDEO_PLAYBACK = "hls-video-playback"; + // Make new activity stream panel available (to replace top sites) (Bug 1313316) + public static final String ACTIVITY_STREAM = "activity-stream"; + /** * Returns if a user is in certain local experiment. * @param experiment Name of experiment to look up