chromium/chrome/common/extensions/api/system_indicator/system_indicator_handler_unittest.cc

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

#include "chrome/common/extensions/api/system_indicator/system_indicator_handler.h"

#include "base/strings/stringprintf.h"
#include "base/test/values_test_util.h"
#include "extensions/common/constants.h"
#include "extensions/common/icons/extension_icon_set.h"
#include "extensions/common/manifest_test.h"
#include "testing/gmock/include/gmock/gmock.h"

namespace extensions {

namespace {

// The manifest permissions for system_indicator have an allowlist. This is the
// test key.
constexpr char kKey[] =;

}  // anonymous namespace

SystemIndicatorHandlerTest;

TEST_F(SystemIndicatorHandlerTest, BasicTests) {}

}  // namespace extensions