cygprofile: increase timeouts to allow showing web contents
commite3a753f17bac62738b0dbf0b36510f767b081e4b
authorpasko <pasko@chromium.org>
Wed, 9 Sep 2015 12:56:41 +0000 (9 05:56 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 9 Sep 2015 12:57:15 +0000 (9 12:57 +0000)
treed03f1f9118968f702b2f7980d9f8fa1b8241eab5
parentba70cf84c3e2eedfd8ce39757bc94d3abebb49ca
cygprofile: increase timeouts to allow showing web contents

Also doing a fork() changes thread id (syscall gettid), which breaks the
assumptions in cygprofile.cc, disabled a fork in library_prefetcher.

Verified: with these changes the instrumented build is able to display the
contents of 'https://google.com'. It does not finish loading though, which is
probably due to some other timeouts.

BUG=503613

Review URL: https://codereview.chromium.org/1325053009

Cr-Commit-Position: refs/heads/master@{#347918}
base/android/library_loader/library_prefetcher.cc
build/common.gypi
content/browser/renderer_host/compositor_impl_android.cc
content/gpu/gpu_main.cc