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

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

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 #ifndef NET_BASE_REGISTRY_CONTROLLED_DOMAINS_TEST_UTIL_H_
6 #define NET_BASE_REGISTRY_CONTROLLED_DOMAINS_TEST_UTIL_H_
7
8 namespace net {
9 namespace test {
10 namespace registry_controlled_domains {
11 void SetFindDomainTestGraph();
12 }
13 } // test
14 } // net
15
16 #endif // NET_BASE_REGISTRY_CONTROLLED_DOMAINS_TEST_UTIL_H_
OLDNEW
« no previous file with comments | « no previous file | net/base/registry_controlled_domains/test_util.cc » ('j') | net/cookies/cookie_monster_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698