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

Unified Diff: mojo/shell/shell_application_delegate.h

Issue 1465793005: Pass CapabilityFilter via CreateInstanceForHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 1 month 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/application_manager_apptest_target.cc ('k') | mojo/shell/shell_application_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/shell_application_delegate.h
diff --git a/mojo/shell/shell_application_delegate.h b/mojo/shell/shell_application_delegate.h
index c39691ed3ebdbd07487d9913c9467ccf0f60558d..fcf1e296aae1d6c731b142feb7993057de7dc358 100644
--- a/mojo/shell/shell_application_delegate.h
+++ b/mojo/shell/shell_application_delegate.h
@@ -9,8 +9,8 @@
#include "base/macros.h"
#include "mojo/application/public/cpp/interface_factory.h"
+#include "mojo/application/public/interfaces/application_manager.mojom.h"
#include "mojo/common/weak_binding_set.h"
-#include "mojo/shell/application_manager.mojom.h"
namespace mojo {
namespace shell {
@@ -36,7 +36,8 @@ class ShellApplicationDelegate
// Overridden from mojom::ApplicationManager:
void CreateInstanceForHandle(ScopedHandle channel,
- const String& url) override;
+ const String& url,
+ CapabilityFilterPtr filter) override;
mojo::shell::ApplicationManager* manager_;
« no previous file with comments | « mojo/shell/application_manager_apptest_target.cc ('k') | mojo/shell/shell_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698