summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/cloud_policy_subsystem_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove old cloud policy code.mnissler@chromium.org2013-01-231-469/+0
* Update other unittests to use newly added TestingBrowserProcess::GetGlobal().dbeam@chromium.org2013-01-041-1/+1
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-2/+2
* Used shared proto messages for user cloud policies of the same type.joaodasilva@chromium.org2012-11-281-1/+1
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-171-1/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Refactored the CloudPolicyProvider so that it becomes initialized once and st...joaodasilva@chromium.org2012-03-311-4/+4
* Add support for kiosk mode on the client. Make sure the settings are written ...pastarmovj@chromium.org2012-02-241-0/+2
* Reduce log spew from policy code.joaodasilva@chromium.org2012-02-161-0/+7
* Removed ConfigurationPolicyType and extended PolicyMap.joaodasilva@chromium.org2012-01-221-6/+5
* Re-upload the machine ID during policy fetch if it's missing on the server side.mnissler@chromium.org2011-12-141-32/+102
* UserPolicyCache only becomes ready after policy has been fetched.joaodasilva@chromium.org2011-11-151-1/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-1/+0
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Fix Linux Views build breakage.willchan@chromium.org2011-09-131-1/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+0
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-0/+2
* Move more files from chrome/test to chrome/test/base, part #5phajdan.jr@chromium.org2011-08-011-1/+1
* Add a scoper object for URLFetcher::Factoryphajdan.jr@chromium.org2011-07-291-2/+1
* Consolidate data storage and notifications in the cloud policy subsystemgfeher@chromium.org2011-07-091-65/+11
* Move user cloud policy to BrowserProcess (was 6979011)gfeher@chromium.org2011-06-291-4/+4
* Test cases for the cloud policy subsystemgfeher@chromium.org2011-06-231-81/+222
* Fix leaks in CloudPolicySubsystemTestgfeher@chromium.org2011-06-151-3/+3
* Infrastructure for integration tests of CloudPolicySubsystemgfeher@chromium.org2011-06-141-0/+304