chromium/chrome/browser/ui/webui/webui_js_error/webui_js_error_ui.cc

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

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/40285824): Remove this and convert code to safer constructs.
#pragma allow_unsafe_buffers
#endif

#include "chrome/browser/ui/webui/webui_js_error/webui_js_error_ui.h"

#include <ios>

#include "base/feature_list.h"
#include "base/logging.h"
#include "build/build_config.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/webui/webui_util.h"
#include "chrome/common/buildflags.h"
#include "chrome/common/webui_url_constants.h"
#include "chrome/grit/webui_js_error_resources.h"
#include "chrome/grit/webui_js_error_resources_map.h"
#include "content/public/browser/web_ui_data_source.h"

WebUIJsErrorUI::WebUIJsErrorUI(content::WebUI* web_ui)
    :{}

WebUIJsErrorUI::~WebUIJsErrorUI() = default;

WEB_UI_CONTROLLER_TYPE_IMPL(WebUIJsErrorUI)