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

Unified Diff: mojo/shell/application_manager.h

Issue 1728083002: Extract a Connector interface from Shell that can be cloned & passed to other threads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@12uid
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: mojo/shell/application_manager.h
diff --git a/mojo/shell/application_manager.h b/mojo/shell/application_manager.h
index 2716b49ea03396e315c0b212db19469b2762c5d1..e82ce14689db15af85da1fbc9dfac89d3e6f86d2 100644
--- a/mojo/shell/application_manager.h
+++ b/mojo/shell/application_manager.h
@@ -196,7 +196,7 @@ class ApplicationManager : public ShellClient,
DISALLOW_COPY_AND_ASSIGN(ApplicationManager);
};
-mojom::Shell::ConnectCallback EmptyConnectCallback();
+mojom::Connector::ConnectCallback EmptyConnectCallback();
} // namespace shell
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698