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

Unified Diff: chrome/browser/chromeos/policy/enrollment_config.cc

Issue 2221393002: EnrollmentConfig: Switch to default constructor and in-class initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-instate TODO. Created 4 years, 4 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/chromeos/policy/enrollment_config.h ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/enrollment_config.cc
diff --git a/chrome/browser/chromeos/policy/enrollment_config.cc b/chrome/browser/chromeos/policy/enrollment_config.cc
deleted file mode 100644
index bca5f4d6281763628373c07e669475bb03db29c1..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/policy/enrollment_config.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/chromeos/policy/enrollment_config.h"
-
-namespace policy {
-
-// TODO(drcrash): Initialize in declarations and get rid of constructor.
-EnrollmentConfig::EnrollmentConfig()
- : mode(MODE_NONE),
- // TODO(drcrash): Change to best available once ZTE is everywhere.
- auth_mechanism(AUTH_MECHANISM_INTERACTIVE) {}
-
-} // namespace policy
« no previous file with comments | « chrome/browser/chromeos/policy/enrollment_config.h ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698