DescriptionChange quota::QuotaClient::kAllClientsMask to be an enum.
By the standard, static constants should also have a definition counterpart to
allocate storage space. It's not strictly necessary for ints (but it puts usage
restrictions on them), and for some reason we are having linking failure on
Chrome on Android when building with clang compiler, maybe that's because of
using templates or perhaps it's a clang issue.
Anyway, converting this constant into an enum solves the problem.
BUG=none
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=124711
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|