Add per-user preferences support.
[chromium-blink-merge.git] / third_party / mojo_services / src / content_handler / public / interfaces / content_handler.mojom
blob39ddfeaa86e8ad4453d89d04b98f179a2793ea90
1 // Copyright 2014 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 mojo;
7 import "mojo/public/interfaces/application/application.mojom";
8 import "network/public/interfaces/url_loader.mojom";
10 interface ContentHandler {
11   StartApplication(Application& application, URLResponse response);