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

Unified Diff: mojo/shell/shell_application_delegate.h

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.mojom ('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 cb03dd1811e3dc445669aad4d8435c02de7b9c63..c39691ed3ebdbd07487d9913c9467ccf0f60558d 100644
--- a/mojo/shell/shell_application_delegate.h
+++ b/mojo/shell/shell_application_delegate.h
@@ -36,8 +36,7 @@ class ShellApplicationDelegate
// Overridden from mojom::ApplicationManager:
void CreateInstanceForHandle(ScopedHandle channel,
- const String& url,
- const String& qualifier) override;
+ const String& url) override;
mojo::shell::ApplicationManager* manager_;
« no previous file with comments | « mojo/shell/application_manager.mojom ('k') | mojo/shell/shell_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698