chromium/chrome/test/chromedriver/chrome/download_directory_override_manager_unittest.cc

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

#include "chrome/test/chromedriver/chrome/download_directory_override_manager.h"
#include "base/values.h"
#include "chrome/test/chromedriver/chrome/recorder_devtools_client.h"
#include "chrome/test/chromedriver/chrome/status.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {
void AssertDownloadDirectoryCommand(const Command& command,
                                    const std::string& download_directory) {}
}  // namespace

TEST(DownloadDirectoryOverrideManager,
     OnConnectedSendsCommandIfDownloadDirectoryPopulated) {}

TEST(DownloadDirectoryOverrideManager, OverrideSendsCommand) {}