Index: mojo/shell/application_manager.h |
diff --git a/mojo/shell/application_manager.h b/mojo/shell/application_manager.h |
index 431f5e2787728c4ee063b092bef1c40938d33f86..32680d094e2beb7ba457358a6d8af4c555a6cf1e 100644 |
--- a/mojo/shell/application_manager.h |
+++ b/mojo/shell/application_manager.h |
@@ -92,7 +92,9 @@ class ApplicationManager { |
ApplicationInstance* GetApplicationInstance(const Identity& identity) const; |
- void CreateInstanceForHandle(ScopedHandle channel, const GURL& url); |
+ void CreateInstanceForHandle(ScopedHandle channel, |
+ const GURL& url, |
+ CapabilityFilterPtr filter); |
private: |
using IdentityToInstanceMap = std::map<Identity, ApplicationInstance*>; |