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 |