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

Unified Diff: mojo/shell/application_manager.h

Issue 1354003002: Make CapabilityFilter be part of Identity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 months 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_instance.cc ('k') | mojo/shell/application_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/application_manager.h
diff --git a/mojo/shell/application_manager.h b/mojo/shell/application_manager.h
index c7ca5dd0a48456aec81a07c3a40b142fe6de43a6..6f93628e638f8443119a4b4c36ad133c4210bb73 100644
--- a/mojo/shell/application_manager.h
+++ b/mojo/shell/application_manager.h
@@ -117,11 +117,8 @@ class ApplicationManager {
bool path_exists);
void LoadWithContentHandler(
- const Identity& originator_identity,
- const CapabilityFilter& originator_filter,
- const GURL& content_handler_url,
- const std::string& qualifier,
- const CapabilityFilter& filter,
+ const Identity& source,
+ const Identity& content_handler,
const Shell::ConnectToApplicationCallback& connect_callback,
ApplicationInstance* app,
InterfaceRequest<Application> application_request,
« no previous file with comments | « mojo/shell/application_instance.cc ('k') | mojo/shell/application_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698