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

Unified Diff: net/proxy/proxy_config_source.h

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/proxy/proxy_config_service_win_unittest.cc ('k') | net/proxy/proxy_config_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_config_source.h
diff --git a/net/proxy/proxy_config_source.h b/net/proxy/proxy_config_source.h
deleted file mode 100644
index a7e375ab74930f5fbfe180bc302251f135e78cef..0000000000000000000000000000000000000000
--- a/net/proxy/proxy_config_source.h
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef NET_PROXY_PROXY_CONFIG_SOURCE_H_
-#define NET_PROXY_PROXY_CONFIG_SOURCE_H_
-
-namespace net {
-
-// Source of the configuration settings encapsulated in a ProxyConfig object.
-
-// The source information is used for determining how credentials are used and
-// 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.
- NUM_PROXY_CONFIG_SOURCES
-};
-
-// Returns a textual representation of the source.
-const char* ProxyConfigSourceToString(ProxyConfigSource source);
-
-} // namespace net
-
-#endif // NET_PROXY_PROXY_CONFIG_SOURCE_H_
« no previous file with comments | « net/proxy/proxy_config_service_win_unittest.cc ('k') | net/proxy/proxy_config_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698