#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) { … }
}
TEST(DownloadDirectoryOverrideManager,
OnConnectedSendsCommandIfDownloadDirectoryPopulated) { … }
TEST(DownloadDirectoryOverrideManager, OverrideSendsCommand) { … }