diff options
author | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-13 18:55:25 +0000 |
---|---|---|
committer | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-13 18:55:25 +0000 |
commit | 79ba16881712dc74d764cc8dbbe4e59c73cad754 (patch) | |
tree | 6e9620ea1e0f9661ae6f2a677020448fe0f6b649 /chrome_elf/blacklist/blacklist.h | |
parent | b882b2ee87dc7ba66f10393a9dd92406aee85247 (diff) | |
download | chromium_src-79ba16881712dc74d764cc8dbbe4e59c73cad754.zip chromium_src-79ba16881712dc74d764cc8dbbe4e59c73cad754.tar.gz chromium_src-79ba16881712dc74d764cc8dbbe4e59c73cad754.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251095 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_elf/blacklist/blacklist.h')
-rw-r--r-- | chrome_elf/blacklist/blacklist.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome_elf/blacklist/blacklist.h b/chrome_elf/blacklist/blacklist.h index 2e21f20..5237a5c 100644 --- a/chrome_elf/blacklist/blacklist.h +++ b/chrome_elf/blacklist/blacklist.h @@ -61,9 +61,6 @@ bool ResetBeacon(); // Return the size of the current blacklist. int BlacklistSize(); -// Returns if true if the blacklist has been initialized. -extern "C" bool IsBlacklistInitialized(); - // Adds the given dll name to the blacklist. Returns true if the dll name is in // the blacklist when this returns, false on error. Note that this will copy // |dll_name| and will leak it on exit if the string is not subsequently removed |