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

Unified Diff: net/proxy/proxy_config_service_fixed.cc

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_fixed.h ('k') | net/proxy/proxy_config_service_ios.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_config_service_fixed.cc
diff --git a/net/proxy/proxy_config_service_fixed.cc b/net/proxy/proxy_config_service_fixed.cc
deleted file mode 100644
index 3081ea5afa1b79d7cac97ab2cbe07e783575cad1..0000000000000000000000000000000000000000
--- a/net/proxy/proxy_config_service_fixed.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright (c) 2011 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.
-
-#include "net/proxy/proxy_config_service_fixed.h"
-
-namespace net {
-
-ProxyConfigServiceFixed::ProxyConfigServiceFixed(const ProxyConfig& pc)
- : pc_(pc) {
-}
-
-ProxyConfigServiceFixed::~ProxyConfigServiceFixed() {}
-
-ProxyConfigService::ConfigAvailability
- ProxyConfigServiceFixed::GetLatestProxyConfig(ProxyConfig* config) {
- *config = pc_;
- return CONFIG_VALID;
-}
-
-} // namespace net
« no previous file with comments | « net/proxy/proxy_config_service_fixed.h ('k') | net/proxy/proxy_config_service_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698