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

Unified Diff: proxy_resolver.cc

Issue 5151005: AU: Proxy Resolver classes (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: tests Created 10 years, 1 month 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
« proxy_resolver.h ('K') | « proxy_resolver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: proxy_resolver.cc
diff --git a/proxy_resolver.cc b/proxy_resolver.cc
new file mode 100644
index 0000000000000000000000000000000000000000..b6e7e2f62c616a154989d02501dfe514130eabb9
--- /dev/null
+++ b/proxy_resolver.cc
@@ -0,0 +1,11 @@
+// Copyright (c) 2010 The Chromium OS 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 "update_engine/proxy_resolver.h"
+
+namespace chromeos_update_engine {
+
+const char kNoProxy[] = "direct://";
+
+} // namespace chromeos_update_engine
« proxy_resolver.h ('K') | « proxy_resolver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698