Chromium Code Reviews
Descriptionmac: Remove a few symbols from framework.order
We don't support NPAPI any more, so we don't export the NPAPI symbols.
I'm not sure why we needed the two narrowPrecision lines, but they've
been here since this file got added and I don't see them anymore in my local
build, so they're probably safe to remove. (If not, please revert this CL and
point me to a bot where they're needed.)
The NaCl symbols have been marked as hidden since
https://codereview.chromium.org/293009 (which landed before the CL that added
the two NaCl lines to this file, https://codereview.chromium.org/464046
– but the motivation in that CL is a coverage build, which we don't have anymore
anyways).
In the same vein, remove all the gcov symbols since we don't have a code coverage
build any more. If needed, we can add them back later.
Also remove _catch_exception_raise which was needed for breakpad. Now that
we use crashpad, this shouldn't be necessary.
No intended behavior change.
BUG=none
Committed: https://crrev.com/221bdb216bfeb84445ba9d90652a00e470c4690b
Cr-Commit-Position: refs/heads/master@{#349761}
Patch Set 1 #Patch Set 2 : nacl #
Total comments: 4
Patch Set 3 : actually upload #Patch Set 4 : bleh #Messages
Total messages: 17 (8 generated)
|