Index: net/proxy/proxy_config_source.h |
diff --git a/net/proxy/proxy_config_source.h b/net/proxy/proxy_config_source.h |
index a7e375ab74930f5fbfe180bc302251f135e78cef..68b1f060edae2c1360be4273eb667ee27bed2d30 100644 |
--- a/net/proxy/proxy_config_source.h |
+++ b/net/proxy/proxy_config_source.h |
@@ -13,19 +13,19 @@ namespace net { |
// for logging. When adding new values, remember to add a string to |
// kSourceNames[] in proxy_config_source.cc. |
enum ProxyConfigSource { |
- PROXY_CONFIG_SOURCE_UNKNOWN, // The source hasn't been set. |
- PROXY_CONFIG_SOURCE_SYSTEM, // System settings (Win/Mac). |
- PROXY_CONFIG_SOURCE_SYSTEM_FAILED, // Default settings after failure to |
- // determine system settings. |
- PROXY_CONFIG_SOURCE_GCONF, // GConf (Linux) |
- PROXY_CONFIG_SOURCE_GSETTINGS, // GSettings (Linux). |
- PROXY_CONFIG_SOURCE_KDE, // KDE (Linux). |
- PROXY_CONFIG_SOURCE_ENV, // Environment variables. |
- PROXY_CONFIG_SOURCE_CUSTOM, // Custom settings local to the |
- // application (command line, |
- // extensions, application |
- // specific preferences, etc.) |
- PROXY_CONFIG_SOURCE_TEST, // Test settings. |
+ PROXY_CONFIG_SOURCE_UNKNOWN, // The source hasn't been set. |
+ PROXY_CONFIG_SOURCE_SYSTEM, // System settings (Win/Mac). |
+ PROXY_CONFIG_SOURCE_SYSTEM_FAILED, // Default settings after failure to |
+ // determine system settings. |
+ PROXY_CONFIG_SOURCE_GCONF, // GConf (Linux) |
+ PROXY_CONFIG_SOURCE_GSETTINGS, // GSettings (Linux). |
+ PROXY_CONFIG_SOURCE_KDE, // KDE (Linux). |
+ PROXY_CONFIG_SOURCE_ENV, // Environment variables. |
+ PROXY_CONFIG_SOURCE_CUSTOM, // Custom settings local to the |
+ // application (command line, |
+ // extensions, application |
+ // specific preferences, etc.) |
+ PROXY_CONFIG_SOURCE_TEST, // Test settings. |
NUM_PROXY_CONFIG_SOURCES |
}; |