Revert of Add PA_LOG() macro to for logging messages specific to Proximity Auth....
commitb355a1cccf5910eed5da17e7384a6fee1e829b49
authordbeam <dbeam@chromium.org>
Sat, 2 May 2015 00:35:53 +0000 (1 17:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 2 May 2015 00:36:25 +0000 (2 00:36 +0000)
tree1bef3b8a115d3453855d26e59252f2df392c68bb
parent6da9e9638e80115d587bb6b0a51a1c5683279601
Revert of Add PA_LOG() macro to for logging messages specific to Proximity Auth. (patchset #4 id:80001 of https://codereview.chromium.org/1113023006/)

Reason for revert:
Broke GN bots:
http://build.chromium.org/p/chromium.win/builders/Win%20x64%20GN/builds/858/steps/compile/logs/stdio

e:\b\build\slave\win_x64_gn\build\src\components\proximity_auth\logging\logging_unittest.cc(98) :error C2220: warning treated as error - no 'object' file generated
e:\b\build\slave\win_x64_gn\build\src\components\proximity_auth\logging\logging_unittest.cc(98) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data

Original issue's description:
> Add PA_LOG() macro to for logging messages specific to Proximity Auth.
>
> This macro is built on top of the standard logging system defined in
> base/logging.h, but also allows us to show Proximity Auth specific logs in the
> debug WebUI at chrome://proximity-auth.
>
> BUG=409158
> TEST=unit test
>
> Committed: https://crrev.com/dda9f80847aa2966b03a9625419fbe01c8e47192
> Cr-Commit-Position: refs/heads/master@{#328026}

TBR=isherman@chromium.org,tengs@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=409158

Review URL: https://codereview.chromium.org/1125503002

Cr-Commit-Position: refs/heads/master@{#328029}
components/components_tests.gyp
components/proximity_auth.gypi
components/proximity_auth/BUILD.gn
components/proximity_auth/cryptauth/BUILD.gn
components/proximity_auth/logging/BUILD.gn [deleted file]
components/proximity_auth/logging/log_buffer.cc [deleted file]
components/proximity_auth/logging/log_buffer.h [deleted file]
components/proximity_auth/logging/logging.cc [deleted file]
components/proximity_auth/logging/logging.h [deleted file]
components/proximity_auth/logging/logging_unittest.cc [deleted file]