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

Unified Diff: services/native_viewport/native_viewport_internal.mojom

Issue 1280613003: Allow native_viewport to create new native windows on demand on Android. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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 | « services/native_viewport/native_viewport_impl.cc ('k') | services/native_viewport/platform_viewport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/native_viewport/native_viewport_internal.mojom
diff --git a/services/native_viewport/native_viewport_internal.mojom b/services/native_viewport/native_viewport_internal.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..ce589802a0938d3d4cb8edb4300b9d85d9a85b72
--- /dev/null
+++ b/services/native_viewport/native_viewport_internal.mojom
@@ -0,0 +1,12 @@
+// 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.
+
+[DartPackage="native_viewport"]
+module native_viewport;
+
+// Service implemented by the Shell for the Native Viewport service.
+interface NativeViewportShellService {
+ // Asks the shell to create a new native window (on Android, a new task).
+ CreateNewNativeWindow();
+};
« no previous file with comments | « services/native_viewport/native_viewport_impl.cc ('k') | services/native_viewport/platform_viewport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698