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

Unified Diff: content/public/common/mojo_shell_connection.h

Issue 1675153002: ApplicationImpl->ShellConnection, mojom::Application->mojom::ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ci2
Patch Set: . Created 4 years, 10 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/public/common/mojo_shell_connection.h
diff --git a/content/public/common/mojo_shell_connection.h b/content/public/common/mojo_shell_connection.h
index 4f8d759b4dc14f410f92dd3f01119b3728bd6f8e..da9bb177a592df6c5111373bcbf3988ca1f77387 100644
--- a/content/public/common/mojo_shell_connection.h
+++ b/content/public/common/mojo_shell_connection.h
@@ -45,7 +45,7 @@ class CONTENT_EXPORT MojoShellConnection {
virtual mojo::Shell* GetShell() = 0;
// [De]Register an impl of Listener that will be consulted when the wrapped
- // ApplicationImpl exposes services to inbound connections.
+ // ShellConnection exposes services to inbound connections.
// Registered listeners are owned by this MojoShellConnection.
virtual void AddListener(Listener* listener) = 0;
virtual void RemoveListener(Listener* listener) = 0;
« no previous file with comments | « content/common/process_control.mojom ('k') | mandoline/services/core_services/core_services_application_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698