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

Unified Diff: mojo/shell/shell.h

Issue 1791663002: Allow Catalogs to be constructed per-user (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@49catalog
Patch Set: . Created 4 years, 9 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/shell/runner/host/native_application_support.cc ('k') | mojo/shell/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/shell.h
diff --git a/mojo/shell/shell.h b/mojo/shell/shell.h
index b0b00c9519a981f95423dc8fc90a96fd182b5dbb..03e9bfd8459096cb57b1c59bfb29a6249478e5d9 100644
--- a/mojo/shell/shell.h
+++ b/mojo/shell/shell.h
@@ -154,7 +154,8 @@ class Shell : public ShellClient {
// |file_url| is the resolved file:// URL of the physical package.
// |capabilities| is the CapabilitySpecPtr the requested application should be
// run with, from its manifest.
- void OnGotResolvedName(scoped_ptr<ConnectParams> params,
+ void OnGotResolvedName(mojom::ShellResolverPtr resolver,
+ scoped_ptr<ConnectParams> params,
mojom::ShellClientPtr client,
const String& resolved_name,
const String& resolved_instance,
@@ -172,8 +173,6 @@ class Shell : public ShellClient {
void CleanupRunner(NativeRunner* runner);
- mojom::ShellResolverPtr shell_resolver_;
-
// Loader management.
// Loaders are chosen in the order they are listed here.
NameToLoaderMap name_to_loader_;
« no previous file with comments | « mojo/shell/runner/host/native_application_support.cc ('k') | mojo/shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698