blob: 64f22a28e2cf173e14d0437c3317d50f3182ef9d [file] [log] [blame]
// Copyright 2014 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.
module mojo;
import "mojo/public/interfaces/application/application.mojom";
import "mojo/public/interfaces/network/url_response.mojom";
interface ContentHandler {
StartApplication(Application& application, URLResponse response);
};