Remove prerender support from activity_log |
|
Issue descriptionActivityLog::OnScriptsExecuted() checks whether scripts being inserted are from prerendered webcontents. After the switch to nostate-prefetch the scripts cannot be run in the field. There are only 2 tests where the scripts can be inserted: 1. ActivityLogPrerenderTest.TestScriptInjected 2. ActivityLogTest.LogPrerender Let's remove this check along with both tests. |
|
►
Sign in to add a comment |
|