| Index: content/common/loader_test.mojom
|
| diff --git a/content/common/loader_test.mojom b/content/common/loader_test.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..495d2209b8acdefa5f04f4ff85f85c9fa1e26ce4
|
| --- /dev/null
|
| +++ b/content/common/loader_test.mojom
|
| @@ -0,0 +1,13 @@
|
| +// 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 content;
|
| +
|
| +// The Geolocation service provides updates on the device's location. By
|
| +// default, it provides updates with low accuracy, but |SetHighAccuracy()| may
|
| +// be called to change this.
|
| +interface LoaderTestService {
|
| + Transmit(handle<data_pipe_consumer> pipe) => ();
|
| + Hash(handle<data_pipe_consumer> data) => (string hash);
|
| +};
|
|
|