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

Unified Diff: net/base/registry_controlled_domain.h

Issue 31004: Have tld_cleanup generate a .cc file that contains the effective (Closed)
Patch Set: Created 11 years, 10 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
« no previous file with comments | « net/base/net_resources.grd ('k') | net/base/registry_controlled_domain.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/registry_controlled_domain.h
diff --git a/net/base/registry_controlled_domain.h b/net/base/registry_controlled_domain.h
index 60c9f6ad93289b96f28123a9b4a8778802eb2241..2c6edb7649fd84702119022a0523deefed8c7959 100644
--- a/net/base/registry_controlled_domain.h
+++ b/net/base/registry_controlled_domain.h
@@ -293,6 +293,9 @@ class RegistryControlledDomainService {
// UseDomainData() then we copy that data here and reference it.
std::string copied_domain_data_;
+ // The actual domain data that we parse on startup.
+ static const char kDomainData[];
+
DISALLOW_COPY_AND_ASSIGN(RegistryControlledDomainService);
};
« no previous file with comments | « net/base/net_resources.grd ('k') | net/base/registry_controlled_domain.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698