// Copyright 2022 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.webfeed;
/** CreatorIntentConstants strings used in the intent of launching CreatorActivity */
public final class CreatorIntentConstants {
public static final String CREATOR_WEB_FEED_ID = "CREATOR_WEB_FEED_ID";
public static final String CREATOR_URL = "CREATOR_URL";
public static final String CREATOR_ENTRY_POINT = "CREATOR_ENTRY_POINT";
public static final String CREATOR_FOLLOWING = "CREATOR_FOLLOWING";
public static final String CREATOR_TAB_ID = "CREATOR_TAB_ID";
private CreatorIntentConstants() {}
}