Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Side by Side Diff: net/base/registry_controlled_domains/test_util.cc

Issue 859663003: GetEffectiveDomain should handle ws scheme as same as http scheme. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "net/base/registry_controlled_domains/test_util.h"
6
7 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
8
9 namespace {
10 #include "net/base/registry_controlled_domains/effective_tld_names_unittest1-inc .cc"
11 } // namespace
12
13 namespace net {
14 namespace test {
15 namespace registry_controlled_domains {
16 void SetFindDomainTestGraph() {
17 net::registry_controlled_domains::SetFindDomainGraph(kDafsa, sizeof(kDafsa));
18 }
19 } // namespace registry_controlled_domains
20 } // namespace test
21 } // namespace net
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698