mojo_bubble_web_ui_controller.cc 583 B

1234567891011121314151617
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "ui/webui/mojo_bubble_web_ui_controller.h"
  5. #include "content/public/browser/web_ui.h"
  6. namespace ui {
  7. MojoBubbleWebUIController::MojoBubbleWebUIController(content::WebUI* contents,
  8. bool enable_chrome_send)
  9. : MojoWebUIController(contents, enable_chrome_send) {}
  10. MojoBubbleWebUIController::~MojoBubbleWebUIController() = default;
  11. } // namespace ui