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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/chromeos/policy/enrollment_config.h"
6
7 namespace policy {
8
9 // TODO(drcrash): Initialize in declarations and get rid of constructor.
10 EnrollmentConfig::EnrollmentConfig()
11 : mode(MODE_NONE),
12 // TODO(drcrash): Change to best available once ZTE is everywhere.
13 auth_mechanism(AUTH_MECHANISM_INTERACTIVE) {}
14
15 } // namespace policy
OLDNEW
« 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