Index: net/proxy/proxy_config_service_win_unittest.cc |
diff --git a/net/proxy/proxy_config_service_win_unittest.cc b/net/proxy/proxy_config_service_win_unittest.cc |
index 1bdf8b85eb258449f5529ebdcce120da702df532..911949d59944a753733875e48753a4327108e393 100644 |
--- a/net/proxy/proxy_config_service_win_unittest.cc |
+++ b/net/proxy/proxy_config_service_win_unittest.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// 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. |
@@ -196,6 +196,7 @@ TEST(ProxyConfigServiceWinTest, SetFromIEConfig) { |
EXPECT_EQ(tests[i].auto_detect, config.auto_detect()); |
EXPECT_EQ(tests[i].pac_url, config.pac_url()); |
EXPECT_TRUE(tests[i].proxy_rules.Matches(config.proxy_rules())); |
+ EXPECT_EQ(PROXY_CONFIG_SOURCE_SYSTEM, config.source()); |
} |
} |