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

Unified Diff: mojo/shell/application_manager.h

Issue 1351443004: Revert of 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 6f93628e638f8443119a4b4c36ad133c4210bb73..c7ca5dd0a48456aec81a07c3a40b142fe6de43a6 100644
--- a/mojo/shell/application_manager.h
+++ b/mojo/shell/application_manager.h
@@ -117,8 +117,11 @@
bool path_exists);
void LoadWithContentHandler(
- const Identity& source,
- const Identity& content_handler,
+ const Identity& originator_identity,
+ const CapabilityFilter& originator_filter,
+ const GURL& content_handler_url,
+ const std::string& qualifier,
+ const CapabilityFilter& filter,
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