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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: net/base/registry_controlled_domains/test_util.h
diff --git a/net/base/registry_controlled_domains/test_util.h b/net/base/registry_controlled_domains/test_util.h
new file mode 100644
index 0000000000000000000000000000000000000000..1dffc2f38df9e70ad75570da99ef08a06dda6a7c
--- /dev/null
+++ b/net/base/registry_controlled_domains/test_util.h
@@ -0,0 +1,16 @@
+// Copyright (c) 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef NET_BASE_REGISTRY_CONTROLLED_DOMAINS_TEST_UTIL_H_
+#define NET_BASE_REGISTRY_CONTROLLED_DOMAINS_TEST_UTIL_H_
+
+namespace net {
+namespace test {
+namespace registry_controlled_domains {
+void SetFindDomainTestGraph();
+}
+} // test
+} // net
+
+#endif // NET_BASE_REGISTRY_CONTROLLED_DOMAINS_TEST_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698