Home | History | Annotate | Download | only in policy
      1 // Copyright (c) 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/server_backed_device_state.h"
      6 
      7 namespace policy {
      8 
      9 const char kDeviceStateManagementDomain[] = "management_domain";
     10 const char kDeviceStateRestoreMode[] = "device_mode";
     11 
     12 const char kDeviceStateRestoreModeReEnrollmentRequested[] =
     13     "re-enrollment-requested";
     14 const char kDeviceStateRestoreModeReEnrollmentEnforced[] =
     15     "re-enrollment-enforced";
     16 
     17 }  // namespace policy
     18