Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(704)

Side by Side Diff: content/common/net/reporting.mojom

Issue 2881593002: Reporting: Plumb into RenderFrame via Mojo (Closed)
Patch Set: Add username to TODOs, rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 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.
4
5 module content.mojom;
6
7 import "mojo/common/values.mojom";
8 import "url/mojo/url.mojom";
9
10 interface ReportingServiceProxy {
11 QueueReport(url.mojom.Url url,
dcheng 2017/05/19 13:42:55 Nit: please add some comments to this interface an
Julia Tuttle 2017/05/19 16:12:22 Done.
12 string group,
13 string type,
14 mojo.common.mojom.Value body);
15 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698