Index: mojo/shell/application_manager.mojom |
diff --git a/mojo/shell/application_manager.mojom b/mojo/shell/application_manager.mojom |
index 5ba9416d2f48d97378b5a35c75a58bc033de898a..fbd2be76fea780f71899e4e72ae0834511b9e214 100644 |
--- a/mojo/shell/application_manager.mojom |
+++ b/mojo/shell/application_manager.mojom |
@@ -16,5 +16,5 @@ interface ApplicationManager { |
// otherwise child processes registered with the shell will be |
// able to request any application/service. |
// http://crbug.com/555392 |
- CreateInstanceForHandle(handle channel, string url, string qualifier); |
+ CreateInstanceForHandle(handle channel, string url); |
}; |