Chromium Code Reviews
DescriptionMake 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.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119711
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|
|||||||||||||||||||