chromium/extensions/common/api/declarative/declarative_manifest_handler.cc

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

#include "extensions/common/api/declarative/declarative_manifest_handler.h"

#include "extensions/common/api/declarative/declarative_manifest_data.h"
#include "extensions/common/extension.h"
#include "extensions/common/manifest_constants.h"

namespace extensions {

DeclarativeManifestHandler::DeclarativeManifestHandler() {}

DeclarativeManifestHandler::~DeclarativeManifestHandler() {}

bool DeclarativeManifestHandler::Parse(Extension* extension,
                                       std::u16string* error) {}

base::span<const char* const> DeclarativeManifestHandler::Keys() const {}

}  // namespace extensions