blob: 507bd110a6db8b9146e5fb7fd5077bd1cb9a4b3c [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 drivefs.mojom;
import "mojo/public/mojom/base/file_path.mojom";
// This file tracks platform/drivefs/mojom/fake_drivefs_launcher.mojom.
// Changes should be made there first and then replicated here.
interface FakeDriveFsLauncher {
// Launch a DriveFS, using |datadir_path| for its data, mounting at
// |mount_path|, using |mojo_socket_handle| to communicate with chrome.
LaunchDriveFs(mojo_base.mojom.FilePath datadir_path,
mojo_base.mojom.FilePath mount_path,
handle mojo_socket_handle);
};