Delete historical data usage from store when user clears data usage.
[chromium-blink-merge.git] / mojo / application / public / interfaces / content_handler.mojom
blob4281bf6278e39589b84a4ced5fd3fcdbf30939dc
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/application/public/interfaces/application.mojom";
8 import "network/public/interfaces/url_loader.mojom";
10 interface ContentHandler {
11   StartApplication(Application& application, URLResponse response);