chromium/components/policy/test_support/request_handler_for_device_attribute_update_permission_unittest.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/strings/strcat.h"
#include "components/policy/core/common/cloud/cloud_policy_constants.h"
#include "components/policy/test_support/client_storage.h"
#include "components/policy/test_support/embedded_policy_test_server_test_base.h"
#include "components/policy/test_support/policy_storage.h"
#include "components/policy/test_support/request_handler_for_register_browser.h"
#include "device_management_backend.pb.h"
#include "net/http/http_status_code.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

em;

namespace policy {

namespace {

constexpr char kDeviceId[] =;

}  // namespace

class RequestHandlerForDeviceAttributeUpdatePermissionTest
    : public EmbeddedPolicyTestServerTestBase {};

TEST_F(RequestHandlerForDeviceAttributeUpdatePermissionTest,
       HandleRequest_Allowed) {}

TEST_F(RequestHandlerForDeviceAttributeUpdatePermissionTest,
       HandleRequest_Disallowed) {}

}  // namespace policy