Chromium Code Reviews

Side by Side Diff: services/ui/launcher/launcher.mojom

Issue 1949233002: Create a RegisterViewAssociate method in ViewManager (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: one more compile fix Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 module launcher; 5 module launcher;
6 6
7 // Private interface for the shell. Allows the shell to start an ui 7 // Private interface for the shell. Allows the shell to start an ui
8 // application. 8 // application.
9 [ServiceName="launcher::Launcher"] 9 [ServiceName="launcher::Launcher"]
10 interface Launcher { 10 interface Launcher {
11 Launch(string application_url); 11 Launch(string application_url, string? view_associate_urls);
12 }; 12 };
OLDNEW

Powered by Google App Engine