diff options
author | markusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 12:49:17 +0000 |
---|---|---|
committer | markusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 12:49:17 +0000 |
commit | be1c6e92c11b1662693274ec4150715faee682cb (patch) | |
tree | fe7b7a658e4cbc5547c1fd25b297229c550900dc /chrome/browser/net | |
parent | 5cbd52d5debcd972cad244d8035f7faac051a4e3 (diff) | |
download | chromium_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.cc | 1 |
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())); |