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

Unified Diff: net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf

Issue 15140003: Add support for split Public Suffix List distinctions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased again Created 7 years, 7 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/effective_tld_names_unittest2.gperf
diff --git a/net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf b/net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf
index 5942f96fe824b64226f29ad026cd4cdada269cab..071d963b5f0a2b7d12aa43995fad1bb5a0cb6b2e 100644
--- a/net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf
+++ b/net/base/registry_controlled_domains/effective_tld_names_unittest2.gperf
@@ -10,8 +10,9 @@
struct DomainRule {
const char *name;
int type; // 1: exception, 2: wildcard
+ bool is_private;
};
%%
-jp, 0
-bar.jp, 0
+jp, 0, false
+bar.jp, 0, false
%%

Powered by Google App Engine
This is Rietveld 408576698