summaryrefslogtreecommitdiff
path: root/chromium/weblayer/browser/java/org/chromium/weblayer_private/interfaces/IWebMessageReplyProxy.aidl
blob: 208c78d53ef93965dcbd5834dd4d883dca5f7c43 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2020 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.

package org.chromium.weblayer_private.interfaces;

interface IWebMessageReplyProxy {
  void postMessage(in String message) = 0;
}