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

Unified Diff: chrome/browser/policy/device_token_fetcher.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 | « no previous file | chrome/browser/policy/device_token_fetcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/device_token_fetcher.cc
diff --git a/chrome/browser/policy/device_token_fetcher.cc b/chrome/browser/policy/device_token_fetcher.cc
index f400a041ac7497f61ea8bab153ddc7281993d7d3..d9cde61fa5e1c15cd867f85863429c7c0af6e59e 100644
--- a/chrome/browser/policy/device_token_fetcher.cc
+++ b/chrome/browser/policy/device_token_fetcher.cc
@@ -208,8 +208,6 @@ void DeviceTokenFetcher::OnTokenFetchCompleted(
if (data_store_->policy_register_type() ==
em::DeviceRegisterRequest::DEVICE) {
- // TODO(pastarmovj): Default to DEVICE_MODE_UNKNOWN once DM server has
- // been updated. http://crosbug.com/26624
DeviceMode mode = DEVICE_MODE_ENTERPRISE;
if (register_response.has_enrollment_type()) {
mode = TranslateProtobufDeviceMode(
« no previous file with comments | « no previous file | chrome/browser/policy/device_token_fetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698