chromium/chrome/browser/extensions/api/commands/commands.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 "chrome/browser/extensions/api/commands/commands.h"

#include <memory>
#include <utility>

#include "chrome/browser/extensions/commands/command_service.h"
#include "chrome/browser/profiles/profile.h"
#include "extensions/common/api/extension_action/action_info.h"

namespace {

base::Value::Dict CreateCommandValue(const extensions::Command& command,
                                     bool active) {}

}  // namespace

ExtensionFunction::ResponseAction GetAllCommandsFunction::Run() {}