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: services/shell/shell.h

Issue 1871223003: Use ShellClientFactory interface to load mojo:profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « mojo/public/tools/manifest/manifest_collator.py ('k') | services/shell/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/shell.h
diff --git a/services/shell/shell.h b/services/shell/shell.h
index 9151ebbb219b1750a79dafcf8dfe8370d4a3f597..85379b7e42b2be969d51c65faf2c7702607dc494 100644
--- a/services/shell/shell.h
+++ b/services/shell/shell.h
@@ -127,15 +127,13 @@ class Shell : public ShellClient {
// Called from the instance implementing mojom::Shell.
void AddInstanceListener(mojom::InstanceListenerPtr listener);
- void CreateShellClientWithFactory(const Identity& source,
- const Identity& shell_client_factory,
+ void CreateShellClientWithFactory(const Identity& shell_client_factory,
const std::string& name,
mojom::ShellClientRequest request);
// Returns a running ShellClientFactory for |shell_client_factory_identity|.
// If there is not one running one is started for |source_identity|.
mojom::ShellClientFactory* GetShellClientFactory(
- const Identity& shell_client_factory_identity,
- const Identity& source_identity);
+ const Identity& shell_client_factory_identity);
void OnShellClientFactoryLost(const Identity& which);
// Callback when remote Catalog resolves mojo:foo to mojo:bar.
« no previous file with comments | « mojo/public/tools/manifest/manifest_collator.py ('k') | services/shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698