[Android] Feed v1 was removed
Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3add8f687acb2ddff2d0c567cfa768a0f9b3bbd Remove Feedv1 code Much of this code was already compiled-out. Some exceptions: - Code branches with if (v1 enabled) { ... } were removed. - Extracted functions from v1 library LocateUtils class into FeedServiceBridge. - Some code in components/feed wasn't yet removed from the build, but wasn't referenced, and is now removed. - Shared proto databases for v1 were added to kObsoleteSharedProtoDbTypeClients - Obsoleted v1 specific prefs. Bug: 1165828
This commit is contained in:
@@ -324,7 +324,6 @@ Config.prototype.buildArgs = function () {
|
||||
}
|
||||
|
||||
// Feed is not used in Brave
|
||||
args.enable_feed_v1 = false
|
||||
args.enable_feed_v2 = false
|
||||
|
||||
// TODO(fixme)
|
||||
|
||||
Reference in New Issue
Block a user