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

Unified Diff: net/proxy/proxy_config_source.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/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
};

Powered by Google App Engine
This is Rietveld 408576698