blob: 2d4bab90f2cd7cb9e3a5b373f617d9e8cbd151cf [file] [log] [blame]
// Copyright (c) 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef NET_SPDY_PLATFORM_IMPL_SPDY_BUG_TRACKER_IMPL_H_
#define NET_SPDY_PLATFORM_IMPL_SPDY_BUG_TRACKER_IMPL_H_
#include "base/logging.h"
#define SPDY_BUG_IMPL LOG(DFATAL)
#define SPDY_BUG_IF_IMPL(condition) LOG_IF(DFATAL, (condition))
#define FLAGS_spdy_always_log_bugs_for_tests_impl (true)
#endif // NET_SPDY_PLATFORM_IMPL_SPDY_BUG_TRACKER_IMPL_H_