Loading
Experimental support for extensions on Android: fix a crash caused by an dangling pointer (#256)
In Chromium, extension support on Android suffers from a number of issues caused by incorrect pointer handling during dtor, since the dtor behaviour for profiles and windows differs from that of the desktop version. With these changes, all issues should be resolved (until the next major :) and cromite no longer crashes for these reasons.