Index: mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/sample/Factory.java |
diff --git a/mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/sample/Factory.java b/mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/sample/Factory.java |
deleted file mode 100644 |
index e6a29fe16ba5f907ab18d7d44aaebf191d2c0e0b..0000000000000000000000000000000000000000 |
--- a/mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/sample/Factory.java |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-// Copyright 2014 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. |
- |
-// This file is autogenerated by: |
-// mojo/public/tools/bindings/mojom_bindings_generator.py |
-// For: |
-// mojo/public/interfaces/bindings/tests/sample_factory.mojom |
-// |
- |
-package org.chromium.mojo.bindings.test.sample; |
- |
-public interface Factory extends org.chromium.mojo.bindings.InterfaceWithClient<FactoryClient> { |
- |
- void doStuff(Request request, org.chromium.mojo.system.MessagePipeHandle pipe); |
- |
- void doStuff2(org.chromium.mojo.system.DataPipe.ConsumerHandle pipe); |
- |
- void createObject(org.chromium.mojo.bindings.InterfaceRequest<Object> obj); |
- |
- void requestImportedInterface(org.chromium.mojo.bindings.InterfaceRequest<org.chromium.mojo.bindings.test.imported.ImportedInterface> obj, RequestImportedInterfaceResponse callback); |
- interface RequestImportedInterfaceResponse extends org.chromium.mojo.bindings.Callbacks.Callback1<org.chromium.mojo.bindings.InterfaceRequest<org.chromium.mojo.bindings.test.imported.ImportedInterface>> { } |
- |
- void takeImportedInterface(org.chromium.mojo.bindings.test.imported.ImportedInterface obj, TakeImportedInterfaceResponse callback); |
- interface TakeImportedInterfaceResponse extends org.chromium.mojo.bindings.Callbacks.Callback1<org.chromium.mojo.bindings.test.imported.ImportedInterface> { } |
- |
-} |
- |