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

Unified Diff: content/common/render_message_filter.mojom

Issue 2351333002: Move ViewHostMsg_GenerateRoutingID to mojom (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/render_message_filter.mojom
diff --git a/content/test/test_browser_associated_interfaces.mojom b/content/common/render_message_filter.mojom
similarity index 56%
copy from content/test/test_browser_associated_interfaces.mojom
copy to content/common/render_message_filter.mojom
index cc1887370bdad3d54bd82a20391474341b406889..4c3c81090e574f7d119a661d7144fa5be3c9ec1d 100644
--- a/content/test/test_browser_associated_interfaces.mojom
+++ b/content/common/render_message_filter.mojom
@@ -4,7 +4,7 @@
module content.mojom;
-interface BrowserAssociatedInterfaceTestDriver {
- ExpectString(string expected);
- RequestQuit() => ();
+interface RenderMessageFilter {
+ // Synchronously generates a new routing ID for the caller.
+ [Sync] GenerateRoutingID() => (int32 routing_id);
};
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698