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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/shell/common/shell.mojom
diff --git a/content/shell/common/shell.mojom b/content/shell/common/shell.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..fa9191d5551568868f4e38026536005997aab842
--- /dev/null
+++ b/content/shell/common/shell.mojom
@@ -0,0 +1,15 @@
+// Copyright 2016 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 content.mojom;
+
+[Native]
+struct ShellTestConfig;
+
+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.
+ 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.
+ ReplicateTestConfiguration(ShellTestConfig config);
+ SetTestConfiguration(ShellTestConfig config);
+ SetupSecondaryRenderer();
+};

Powered by Google App Engine
This is Rietveld 408576698