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

Unified Diff: services/window_manager/window_manager_impl.cc

Issue 858103002: Remove [Client=] annotation from ServiceProvider (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase for trybots (no code changes from ps2) Created 5 years, 11 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 | « services/window_manager/window_manager_impl.h ('k') | shell/application_manager/application_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/window_manager/window_manager_impl.cc
diff --git a/services/window_manager/window_manager_impl.cc b/services/window_manager/window_manager_impl.cc
index 1cba820ba83572a05d299fbc49d6c537bcb0df5e..8c42aa64d5f1ac2e4b010bfdad5d18f23d82ba52 100644
--- a/services/window_manager/window_manager_impl.cc
+++ b/services/window_manager/window_manager_impl.cc
@@ -49,8 +49,9 @@ void WindowManagerImpl::NotifyCaptureChanged(Id new_capture_id,
void WindowManagerImpl::Embed(
const mojo::String& url,
- mojo::InterfaceRequest<mojo::ServiceProvider> service_provider) {
- window_manager_->Embed(url, service_provider.Pass());
+ mojo::InterfaceRequest<mojo::ServiceProvider> services,
+ mojo::ServiceProviderPtr exposed_services) {
+ window_manager_->Embed(url, services.Pass(), exposed_services.Pass());
}
void WindowManagerImpl::SetCapture(Id view,
« no previous file with comments | « services/window_manager/window_manager_impl.h ('k') | shell/application_manager/application_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698