| Index: content/public/browser/android/app_web_message_port_service.h
|
| diff --git a/content/public/browser/android/app_web_message_port_service.h b/content/public/browser/android/app_web_message_port_service.h
|
| deleted file mode 100644
|
| index c1dd51521f27b20a2e0aed70822b4f58252f1661..0000000000000000000000000000000000000000
|
| --- a/content/public/browser/android/app_web_message_port_service.h
|
| +++ /dev/null
|
| @@ -1,32 +0,0 @@
|
| -// 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.
|
| -
|
| -#ifndef CONTENT_PUBLIC_BROWSER_ANDROID_APP_WEB_MESSAGE_PORT_SERVICE_H_
|
| -#define CONTENT_PUBLIC_BROWSER_ANDROID_APP_WEB_MESSAGE_PORT_SERVICE_H_
|
| -
|
| -#include <jni.h>
|
| -#include <vector>
|
| -
|
| -#include "base/android/scoped_java_ref.h"
|
| -#include "base/values.h"
|
| -
|
| -namespace content {
|
| -class WebContents;
|
| -
|
| -// The interface for AppWebMessagePortService
|
| -class AppWebMessagePortService {
|
| - public:
|
| - virtual ~AppWebMessagePortService() {}
|
| -
|
| - virtual void CreateMessageChannel(
|
| - JNIEnv* env,
|
| - const base::android::JavaRef<jobjectArray>& ports,
|
| - WebContents* web_contents) = 0;
|
| -
|
| - virtual void CleanupPort(int message_port_id) = 0;
|
| -};
|
| -
|
| -} // namespace content
|
| -
|
| -#endif // CONTENT_PUBLIC_BROWSER_ANDROID_APP_WEB_MESSAGE_PORT_SERVICE_H_
|
|
|