Home
last modified time | relevance | path

Searched refs:yet_another_store (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
Dcomponent_cloud_policy_store_unittest.cc318 ComponentCloudPolicyStore yet_another_store(&store_delegate_, cache_.get()); in TEST_F() local
319 yet_another_store.SetCredentials(ComponentPolicyBuilder::kFakeUsername, in TEST_F()
321 yet_another_store.Load(); in TEST_F()
322 EXPECT_TRUE(yet_another_store.policy().Equals(empty_bundle)); in TEST_F()