ash_web_view.cc 639 B

1234567891011121314151617181920
  1. // Copyright 2019 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 "ash/public/cpp/ash_web_view.h"
  5. namespace ash {
  6. // AshWebView ------------------------------------------------------------
  7. AshWebView::AshWebView() = default;
  8. AshWebView::~AshWebView() = default;
  9. // AshWebView::InitParams ------------------------------------------------
  10. AshWebView::InitParams::InitParams() = default;
  11. AshWebView::InitParams::InitParams(const InitParams& copy) = default;
  12. AshWebView::InitParams::~InitParams() = default;
  13. } // namespace ash