Chromium change: https://github.com/brave/chromium/commit/74c1833620fbc342306cf9e1df0c457c8a2fa253 Make IntentHandler stateless IntentHandler is made more confusing by most of it being stateless statics, and some of it being stateful for an Activity. There's no reason for it to be stateful, so simplify by making it stateless. Change-Id: Ic4d6e3c823c149f2a0ae027503dc4c7516cceaaa