Chromium Code Reviews| Index: net/tools/flip_server/other_defines.h |
| =================================================================== |
| --- net/tools/flip_server/other_defines.h (revision 65313) |
| +++ net/tools/flip_server/other_defines.h (working copy) |
| @@ -13,5 +13,9 @@ |
| NullStream operator<<(T t) { return *this;} |
| }; |
| +#define VLOG(X) NullStream() |
| +#define DVLOG(X) NullStream() |
| + |
| + |
| #endif // NET_TOOLS_FLIP_SERVER_OTHER_DEFINES |