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