[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:
samartnik
2021-03-23 14:55:25 -04:00
committed by mkarolin
parent dfee948540
commit 2354d2a308
-1
View File
@@ -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)