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

Unified Diff: net/base/registry_controlled_domains/registry_controlled_domain.h

Issue 1221073004: Enable clang warning for ignored attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « gpu/config/gpu_driver_bug_workaround_type.h ('k') | ppapi/shared_impl/ppb_tcp_socket_shared.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/registry_controlled_domains/registry_controlled_domain.h
diff --git a/net/base/registry_controlled_domains/registry_controlled_domain.h b/net/base/registry_controlled_domains/registry_controlled_domain.h
index 639f264047b0255617577fef7f6d6929027bc286..efca00fbde1bc0af2fe6859924ce05b60ddb228d 100644
--- a/net/base/registry_controlled_domains/registry_controlled_domain.h
+++ b/net/base/registry_controlled_domains/registry_controlled_domain.h
@@ -135,7 +135,7 @@ namespace registry_controlled_domains {
// private additions in your lookup.
// See this for example use cases:
// https://wiki.mozilla.org/Public_Suffix_List/Use_Cases
-enum NET_EXPORT PrivateRegistryFilter {
+enum PrivateRegistryFilter {
EXCLUDE_PRIVATE_REGISTRIES = 0,
INCLUDE_PRIVATE_REGISTRIES
};
@@ -148,7 +148,7 @@ enum NET_EXPORT PrivateRegistryFilter {
// will be 0. If INCLUDE_UNKNOWN_REGISTRIES was passed in, the resulting
// registry length will be the length of the last subcomponent (eg. 3 for
// foobar.baz).
-enum NET_EXPORT UnknownRegistryFilter {
+enum UnknownRegistryFilter {
EXCLUDE_UNKNOWN_REGISTRIES = 0,
INCLUDE_UNKNOWN_REGISTRIES
};
« no previous file with comments | « gpu/config/gpu_driver_bug_workaround_type.h ('k') | ppapi/shared_impl/ppb_tcp_socket_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698