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

Unified Diff: content/test/test_browser_associated_interfaces.mojom

Issue 2164783005: Adds BrowserAssociatedInterface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early-channel-setup
Patch Set: no CONTENT_EXPORT Created 4 years, 5 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/test/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_browser_associated_interfaces.mojom
diff --git a/ipc/ipc_test.mojom b/content/test/test_browser_associated_interfaces.mojom
similarity index 64%
copy from ipc/ipc_test.mojom
copy to content/test/test_browser_associated_interfaces.mojom
index 9c1b30e2a3a51688acc3f8fe1746e37f430856f5..cc1887370bdad3d54bd82a20391474341b406889 100644
--- a/ipc/ipc_test.mojom
+++ b/content/test/test_browser_associated_interfaces.mojom
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module IPC.mojom;
+module content.mojom;
-interface SimpleTestDriver {
- ExpectString(string str);
+interface BrowserAssociatedInterfaceTestDriver {
+ ExpectString(string expected);
RequestQuit() => ();
};
« no previous file with comments | « content/test/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698