chromium/components/dom_distiller/core/url_utils_unittest.cc

// Copyright 2014 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/dom_distiller/core/url_utils.h"

#include "components/dom_distiller/core/url_constants.h"
#include "net/base/url_util.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
#include "url/url_util.h"

namespace dom_distiller {

namespace url_utils {

TEST(DomDistillerUrlUtilsTest, TestPathUtil) {}

TEST(DomDistillerUrlUtilsTest, TestGetValueForKeyInUrlPathQuery) {}

void AssertEqualExceptHost(const GURL& a, const GURL& b) {}

TEST(DomDistillerUrlUtilsTest, TestGetDistillerViewUrlFromUrl) {}

TEST(DomDistillerUrlUtilsTest, TestGetPageTitleFromDistillerUrl) {}

std::string GetOriginalUrlFromDistillerUrl(const std::string& url) {}

TEST(DomDistillerUrlUtilsTest, TestGetOriginalUrlFromDistillerUrl) {}

std::string ThroughDistiller(const std::string& url) {}

TEST(DomDistillerUrlUtilsTest, TestDistillerEndToEnd) {}

TEST(DomDistillerUrlUtilsTest, TestRejectInvalidURLs) {}

TEST(DomDistillerUrlUtilsTest, TestRejectInvalidDistilledURLs) {}
}  // namespace url_utils

}  // namespace dom_distiller