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

Side by Side Diff: content/shell/common/shell.mojom

Issue 2594913002: Replace IPC messages in layout_test_render_frame_observer. (Closed)
Patch Set: Clean up map Created 3 years, 11 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 2016 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 [Native]
8 struct ShellTestConfig;
9
10 interface ShellView {
Sam McNally 2017/01/19 05:41:35 I think this should be named something like "Layou
Jia 2017/01/20 01:52:14 Done.
11 LayoutDumpRequest();
tibell 2017/01/19 00:29:54 Could you copy over the comments from the messages
Jia 2017/01/20 01:52:14 Done.
12 ReplicateTestConfiguration(ShellTestConfig config);
13 SetTestConfiguration(ShellTestConfig config);
14 SetupSecondaryRenderer();
15 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698