Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1047)

Unified Diff: mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/sample/Factory.java

Issue 317273006: Add serialization/deserialization of structs for mojo java bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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> { }
-
-}
-

Powered by Google App Engine
This is Rietveld 408576698