startup_mobile.py: Use VIEW intents
In pinpoint jobs I noticed the StartupTabPreloader optimizations are not triggering when they should, see: https://pinpoint-dot-chromeperf.appspot.com/job/10b357bac20000 This appears to be because the Intent's component is org.chromium.chrome.browser.ChromeTabbedActivity but the StartupTabPreloader expects com.google.android.apps.chrome.Main and is ignoring the intent as a result. By using a VIEW intent this optimization should trigger, which will let us correctly evaluate some possible optimizations. Bug: 1013535 Change-Id: Ifdd92faec33f7af2231746110a9ae10135ce8e21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864678Reviewed-by:Egor Pasko <pasko@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#706826}
Showing
Please register or sign in to comment