| 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
|
|
|