blob: 0cc38c7f050c0b5ca4b182ac5fab6adcf2a1898e [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module chrome_cleaner.mojom;
import "chrome/chrome_cleaner/interfaces/pup.mojom";
// Simple interface that echoes the structs defined in this file for testing the
// corresponding typemaps.
interface TestPUPTypemap {
EchoRegKeyPath(RegKeyPath in_reg) => (RegKeyPath out_reg);
EchoRegistryFootprint(RegistryFootprint in_fp)
=> (RegistryFootprint out_fp);
EchoPUP(PUP in_pup) => (PUP out_pup);
};