diff options
author | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-13 21:39:37 +0000 |
---|---|---|
committer | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-13 21:39:37 +0000 |
commit | 47b779fca8a5b22ec61e2469d14c33c9cd5bf86c (patch) | |
tree | a4e74de3b8f947c49c7a937bbd2acb14ea64677e /chrome/interactive_ui_tests.isolate | |
parent | 951a7e9c7844f5bd019960e19a08522d258975b6 (diff) | |
download | chromium_src-47b779fca8a5b22ec61e2469d14c33c9cd5bf86c.zip chromium_src-47b779fca8a5b22ec61e2469d14c33c9cd5bf86c.tar.gz chromium_src-47b779fca8a5b22ec61e2469d14c33c9cd5bf86c.tar.bz2 |
Revert 251095 "Revert 250828 "Add a UMA stat to track if the Bro..."
Speculative re-land to see if this causes sync tests failures again.
If it does, then we will know if this is the cause.
> Revert 250828 "Add a UMA stat to track if the Browser blacklist ..."
>
> Speculative revert for failures here:
>
> http://build.chromium.org/p/chromium.win/builders/Win7%20Sync%20x64/builds/11201
>
> > Add a UMA stat to track if the Browser blacklist is Set on the Renderer
> >
> > This shouldn't be happening, but we got some crash reports suggesting it
> > does. Unable to repo locally so this stat will verify it does occur and
> > then can be used to verify our fixes actually fix it.
> >
> > BUG=329023
> >
> > Review URL: https://codereview.chromium.org/140763008
>
> TBR=csharp@chromium.org
>
> Review URL: https://codereview.chromium.org/163633005
TBR=asvitkine@chromium.org
Review URL: https://codereview.chromium.org/164833002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251134 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/interactive_ui_tests.isolate')
-rw-r--r-- | chrome/interactive_ui_tests.isolate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate index 248367e..ebd8ebe 100644 --- a/chrome/interactive_ui_tests.isolate +++ b/chrome/interactive_ui_tests.isolate @@ -76,6 +76,7 @@ 'isolate_dependency_tracked': [ '../net/data/ssl/certificates/foaf.me.chromium-test-cert.der', '../net/data/ssl/certificates/mit.davidben.der', + '<(PRODUCT_DIR)/chrome_elf.dll', '<(PRODUCT_DIR)/d3dcompiler_46.dll', '<(PRODUCT_DIR)/ffmpegsumo.dll', '<(PRODUCT_DIR)/libEGL.dll', |