commit | a99f9eeed6d71e6c529f5a6c0a99b3efedeb3053 | [log] [tgz] |
---|---|---|
author | scroggo <scroggo@google.com> | Tue Nov 11 07:04:32 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Nov 11 07:04:33 2014 -0800 |
tree | 0048dd030628768ba6253634e026c63d588aa824 | |
parent | ce259510a738fab05a0d456440104f5aba1c9d72 [diff] |
Reenable deprecation warnings on Android framework. Most recently introduced here: https://codereview.chromium.org/304333002 It appears these are not currently needed (I just disabled it and successfully built). Since we appear to be out of the transitional period, I propose we remove them so we can know if we deprecate something Android uses (and fix the call site). Review URL: https://codereview.chromium.org/696063006