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

Unified Diff: content/public/browser/android/app_web_message_port_service.h

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Add missing ScopedAsyncTaskScheduler instance for the new unit tests; required by a recent change t… Created 3 years, 10 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
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/public/browser/message_port_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/public/browser/message_port_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698