chromium/chrome/android/feed/dummy/java/src/org/chromium/chrome/browser/feed/FeedV2BuildFlag.java

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package org.chromium.chrome.browser.feed;

/** Provides the value of the feed_v2_enabled build flag. */
public class FeedV2BuildFlag {
    public static final boolean IS_AVAILABLE = false;
}