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

Unified Diff: chrome/browser/ui/webui/omnibox/omnibox.mojom

Issue 265793015: Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/omnibox/omnibox.mojom
diff --git a/chrome/browser/ui/webui/omnibox/omnibox.mojom b/chrome/browser/ui/webui/omnibox/omnibox.mojom
index 5dcf32c1203cef2b88c03ae79dd973d11aa0753c..d7afd5d3bdedd1656ac36e3cf52e2d93f8a8bbd3 100644
--- a/chrome/browser/ui/webui/omnibox/omnibox.mojom
+++ b/chrome/browser/ui/webui/omnibox/omnibox.mojom
@@ -47,7 +47,7 @@ struct OmniboxResultMojo {
AutocompleteResultsForProviderMojo[] results_by_provider;
};
-[Peer=OmniboxPage]
+[Client=OmniboxPage]
interface OmniboxUIHandlerMojo {
StartOmniboxQuery(string input_string,
int32 cursor_position,
@@ -56,7 +56,6 @@ interface OmniboxUIHandlerMojo {
int32 page_classification);
};
-[Peer=OmniboxUIHandlerMojo]
interface OmniboxPage {
HandleNewAutocompleteResult(OmniboxResultMojo result);
};

Powered by Google App Engine
This is Rietveld 408576698