// 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 "extensions/common/view_type_util.h" #include <string_view> #include "extensions/common/mojom/view_type.mojom.h" namespace extensions { bool GetViewTypeFromString(const std::string& view_type, mojom::ViewType* view_type_out) { … } } // namespace extensions