chromium/chrome/common/extensions/manifest_tests/extension_manifests_launch_unittest.cc

// Copyright 2012 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/command_line.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/extensions/manifest_handlers/app_launch_info.h"
#include "chrome/common/extensions/manifest_tests/chrome_manifest_test.h"
#include "components/services/app_service/public/cpp/app_launch_util.h"
#include "extensions/common/error_utils.h"
#include "extensions/common/extension.h"
#include "extensions/common/manifest_constants.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace extensions {

errors;
keys;

AppLaunchManifestTest;

TEST_F(AppLaunchManifestTest, AppLaunchContainer) {}

TEST_F(AppLaunchManifestTest, AppLaunchURL) {}

}  // namespace extensions