Make NOTIMPLEMENTED_POLICY=0 actually work.

Various places in the code use NOTIMPLEMENTED() with << "message" like
the other logging macros; this doesn't work when NOTIMPLEMENTED expands
to a semicolon. Expand it to EAT_STREAM_PARAMETERS instead so any
parameters are simply compiled away in this case.


Review URL: http://codereview.chromium.org/9244006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119711 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 3822729b80379879b868942aabd8ad741a5c4961
1 file changed
tree: aae3c4687b02bcdaf78a6138f6d31340db6b647d
  1. base/
  2. build/
  3. dbus/
  4. ipc/
  5. testing/
  6. third_party/