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

Unified Diff: mojo/shell/application_manager.mojom

Issue 1455323002: Use unique URLs rather than qualifiers to uniquify RenderProcesses. (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.cc ('k') | mojo/shell/shell_application_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « mojo/shell/application_manager.cc ('k') | mojo/shell/shell_application_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698