object_permission_context_base_mock_permission_observer.cc 449 B

123456789101112131415
  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 "components/permissions/test/object_permission_context_base_mock_permission_observer.h"
  5. #include "url/origin.h"
  6. namespace permissions {
  7. MockPermissionObserver::MockPermissionObserver() {}
  8. MockPermissionObserver::~MockPermissionObserver() {}
  9. } // namespace permissions