| Index: chrome/browser/policy/device_token_fetcher_unittest.cc
|
| diff --git a/chrome/browser/policy/device_token_fetcher_unittest.cc b/chrome/browser/policy/device_token_fetcher_unittest.cc
|
| index fe9e9ad83c23302cf8022b599b460389c5343eca..a4247518ce60d9bd0b414a2913f6f2e85b19cc42 100644
|
| --- a/chrome/browser/policy/device_token_fetcher_unittest.cc
|
| +++ b/chrome/browser/policy/device_token_fetcher_unittest.cc
|
| @@ -151,8 +151,6 @@ TEST_F(DeviceTokenFetcherTest, FetchDeviceToken) {
|
| EXPECT_EQ(DEVICE_MODE_ENTERPRISE, data_store->device_mode());
|
| }
|
|
|
| -// TODO(pastarmovj): This test must be changed in accordance with
|
| -// http://crosbug.com/26624.
|
| TEST_F(DeviceTokenFetcherTest, FetchDeviceTokenMissingMode) {
|
| testing::InSequence s;
|
| scoped_ptr<CloudPolicyDataStore> data_store(
|
| @@ -168,7 +166,6 @@ TEST_F(DeviceTokenFetcherTest, FetchDeviceTokenMissingMode) {
|
| loop_.RunAllPending();
|
| Mock::VerifyAndClearExpectations(&observer_);
|
| EXPECT_NE("", data_store->device_token());
|
| - // TODO(pastarmovj): Modify when http://crosbug.com/26624 is resolved.
|
| EXPECT_EQ(DEVICE_MODE_ENTERPRISE, data_store->device_mode());
|
| }
|
|
|
|
|