blob: 5b5141810921a4ad71e145730e6e8fe69be4996d [file] [log] [blame]
// Copyright 2015 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 shell.test.mojom;
interface CreateInstanceTest {
SetTargetID(uint32 target_id);
};
interface Driver {
QuitDriver();
};