ChromeOS Offline gaia: Don't do reload when using local (offline) gaia
Reason for this when build with Memory Sanitizer it causes delay between CallJS('...') and actual JS execution. In this particular case Chrome tries to CallJS('doReload') due to frame loading error. After that it loads offline Gaia and then function |doReload| starts to execute which causes hiding offline Gaia; BUG=475516 Review URL: https://codereview.chromium.org/1151513002 Cr-Commit-Position: refs/heads/master@{#330920}
Showing
Please register or sign in to comment