Otherwise there is an error:
../../brave/build/android/bytecode/java/org/brave/bytecode/BraveClassVisitor.java:24: error: symbol not found org.objectweb.asm.tree.ClassNode
import org.objectweb.asm.tree.ClassNode;
Chromium change:
https://chromium.googlesource.com/chromium/src/+/37b5b744bc83f630d3121b46868818bb4e848c2a
Don't launch external fallback URLs when not allowed to launch external URLs
Ensure that we don't launch external fallback URLs, when we've otherwise
decided that we should not launch an external navigation (even if it was
possible to). Also prevent auto subframe navigation from launching
external fallback URLs.
Bug: 1094442
Fixes crash on opening new tab after closing all
Fixes NTP image on changing phone layout
Related to chromium change:
https://chromium.googlesource.com/chromium/src/+/c0a930a52910bb56bf68925d9f233c29281c516b
commit c0a930a52910bb56bf68925d9f233c29281c516b
Author: Theresa Wellington <twellington@chromium.org>
Date: Fri May 1 20:33:45 2020 +0000
Combine FeedNewTabPage with NewTabPage, delete dead code
Fold FeedNewTabPage into NewTabPage and start cleaning-up Java code
that is no longer needed. Obviously dead code has been removed;
subsequent CLs will be needed to clean-up more Java code and C++
classes.
Bug: 1069183
Chromium change:
https://chromium.googlesource.com/chromium/src/+/c0a930a52910bb56bf68925d9f233c29281c516b
commit c0a930a52910bb56bf68925d9f233c29281c516b
Author: Theresa Wellington <twellington@chromium.org>
Date: Fri May 1 20:33:45 2020 +0000
Combine FeedNewTabPage with NewTabPage, delete dead code
Fold FeedNewTabPage into NewTabPage and start cleaning-up Java code
that is no longer needed. Obviously dead code has been removed;
subsequent CLs will be needed to clean-up more Java code and C++
classes.
Bug: 1069183