chromium/components/offline_pages/core/background/request_coordinator_event_logger_unittest.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/offline_pages/core/background/request_coordinator_event_logger.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace offline_pages {

namespace {

const char kNamespace[] =;
const Offliner::RequestStatus kOfflinerStatus =;
const RequestNotifier::BackgroundSavePageResult kDroppedResult =;
const int64_t kId =;
const UpdateRequestResult kQueueUpdateResult =;

const char kOfflinerStatusLogString[] =;
const char kDroppedResultLogString[] =;
const char kQueueUpdateResultLogString[] =;
const int kTimeLength =;

}  // namespace

TEST(RequestCoordinatorEventLoggerTest, RecordsWhenLoggingIsOn) {}

TEST(RequestCoordinatorEventLoggerTest, RecordsWhenLoggingIsOff) {}

TEST(RequestCoordinatorEventLoggerTest, DoesNotExceedMaxSize) {}

}  // namespace offline_pages