cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / mandoline / ui / desktop_ui / public / interfaces / launch_handler.mojom
blobe402d1ace450786f5d129bd1e7977a10e03f0b51
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 module mandoline;
7 // Interface used by the Mojo Shell embedder to forward launch requests from
8 // the host OS to load specific URLs. e.g. when a post-launch intent to load
9 // a URL comes in from the Android system, the Mandoline Activity will use
10 // this interface to forward the requested URL to the browser.
11 interface LaunchHandler {
12   LaunchURL(string url);