summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
diff options
context:
space:
mode:
authormarkusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-17 12:49:17 +0000
committermarkusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-17 12:49:17 +0000
commitbe1c6e92c11b1662693274ec4150715faee682cb (patch)
treefe7b7a658e4cbc5547c1fd25b297229c550900dc /chrome/browser/net
parent5cbd52d5debcd972cad244d8035f7faac051a4e3 (diff)
downloadchromium_src-be1c6e92c11b1662693274ec4150715faee682cb.zip
chromium_src-be1c6e92c11b1662693274ec4150715faee682cb.tar.gz
chromium_src-be1c6e92c11b1662693274ec4150715faee682cb.tar.bz2
Create additional PrefStore for Device Management policy.
BUG=62478 TEST=PrefValueStore*:PrefService* Committing for danno@chromium.org Review URL: http://codereview.chromium.org/4876002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66426 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/net')
-rw-r--r--chrome/browser/net/chrome_url_request_context_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/net/chrome_url_request_context_unittest.cc b/chrome/browser/net/chrome_url_request_context_unittest.cc
index f0947bd..5faaf44 100644
--- a/chrome/browser/net/chrome_url_request_context_unittest.cc
+++ b/chrome/browser/net/chrome_url_request_context_unittest.cc
@@ -162,6 +162,7 @@ TEST(ChromeURLRequestContextTest, CreateProxyConfigTest) {
CommandLine command_line(tests[i].command_line);
// Only configuration-policy and default prefs are needed.
PrefService prefs(new TestingPrefService::TestingPrefValueStore(
+ new policy::ConfigurationPolicyPrefStore(NULL),
new policy::ConfigurationPolicyPrefStore(NULL), NULL,
new CommandLinePrefStore(&command_line), NULL, NULL,
new DefaultPrefStore()));