blob: 98a852c6e8a941c363538ee5d7638a10271ac5c6 [file] [log] [blame]
// Copyright 2022 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_FEED_WEB_FEED_FOLLOW_UTIL_H_
#define CHROME_BROWSER_FEED_WEB_FEED_FOLLOW_UTIL_H_
class Profile;
namespace content {
class WebContents;
}
namespace feed {
class WebFeedSubscriptions;
WebFeedSubscriptions* GetSubscriptionsForProfile(Profile* profile);
void FollowSite(content::WebContents* web_contents);
} // namespace feed
#endif // CHROME_BROWSER_FEED_WEB_FEED_FOLLOW_CONTROLLER_H_