chromium/net/test/test_data_directory.cc

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

#include "net/test/test_data_directory.h"

#include "base/base_paths.h"
#include "base/path_service.h"
#include "base/threading/thread_restrictions.h"

namespace net {

namespace {

// Net directory, relative to source root.
const base::FilePath::CharType kNetRelativePath[] =);

// Net data directory, relative to net directory.
const base::FilePath::CharType kNetDataRelativePath[] =);

// Test certificates directory, relative to kNetDataRelativePath.
const base::FilePath::CharType kCertificateDataSubPath[] =);

}  // namespace

base::FilePath GetTestNetDirectory() {}

base::FilePath GetTestNetDataDirectory() {}

base::FilePath GetTestCertsDirectory() {}

base::FilePath GetTestClientCertsDirectory() {}

base::FilePath GetWebSocketTestDataDirectory() {}

}  // namespace net