Skip to content

Commit

Permalink
Disable Feed v2 build flag on stable channel
Browse files Browse the repository at this point in the history
Bug: 1129504
Change-Id: Icb74a2b914c65ba2cfda14409f0d7a7642d132f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417049
Auto-Submit: Carlos Knippschild <carlosk@chromium.org>
Reviewed-by: Justin DeWitt <dewittj@chromium.org>
Commit-Queue: Justin DeWitt <dewittj@chromium.org>
Commit-Queue: Carlos Knippschild <carlosk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#808013}
  • Loading branch information
chuim authored and Commit Bot committed Sep 17, 2020
1 parent 2462a67 commit 0048fa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/feed/features.gni
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//chrome/android/channel.gni")

declare_args() {
enable_feed_in_chrome = is_android
enable_feed_v2 = is_android
enable_feed_v2 = is_android && android_channel != "stable"
}

0 comments on commit 0048fa4

Please sign in to comment.