Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Unified Diff: chrome/browser/policy/device_token_fetcher_unittest.cc

Issue 10661027: Remove TODOs from the code in accordance with the decision to not change the default enrollment typ… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/policy/device_token_fetcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
}
« no previous file with comments | « chrome/browser/policy/device_token_fetcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698