• Tommy Li's avatar
    [omnibox] Disable IntranetRedirectDetector on Android · d5b7c22b
    Tommy Li authored
    This CL stops building IntranetRedirectDetector on Android.
    
    It seems that on Android, this functionality is active today, and after
    startup, sends redirect detecting requests 7 seconds after startup,
    just like on Desktop.
    
    This information is not used on Android. This CL modifies the BUILD.gn
    files to no longer build this functionality on Android or any other
    non-Desktop platform.
    
    Android will no longer make these redirect detect requests after this.
    
    Desktop will have a policy to control this behavior.
    
    Bug: 1090985, 935772
    Change-Id: I9b5e527af01133c3f8a091bcfe807d11c9ea982b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498952
    Commit-Queue: Tommy Li <tommycli@chromium.org>
    Reviewed-by: default avatarNico Weber <thakis@chromium.org>
    Reviewed-by: default avatarJustin Donnelly <jdonnelly@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#821537}
    d5b7c22b
chrome_browser_main.cc 74.6 KB