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

Unified Diff: components/proxy_config/proxy_prefs.h

Issue 1218803005: Remove two useless attributes that snuck in while https://codereview.chromium.org/1221073004 was in… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proxy_config/proxy_prefs.h
diff --git a/components/proxy_config/proxy_prefs.h b/components/proxy_config/proxy_prefs.h
index 25af0bebc05c485b4c2eddaa0c5cf471fb34d933..8af504f5d14980a34108a3194b8428b716510c48 100644
--- a/components/proxy_config/proxy_prefs.h
+++ b/components/proxy_config/proxy_prefs.h
@@ -15,7 +15,7 @@ namespace ProxyPrefs {
// the constants, because numeric values are exposed to users.
// If you add an enum constant, you should also add a string to
// kProxyModeNames in the .cc file.
-enum PROXY_CONFIG_EXPORT ProxyMode {
+enum ProxyMode {
// Direct connection to the network, other proxy preferences are ignored.
MODE_DIRECT = 0,
@@ -38,7 +38,7 @@ enum PROXY_CONFIG_EXPORT ProxyMode {
};
// State of proxy configuration.
-enum PROXY_CONFIG_EXPORT ConfigState {
+enum ConfigState {
// Configuration is from policy.
CONFIG_POLICY,
// Configuration is from extension.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698