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

Unified Diff: components/mus/ws/client_connection.cc

Issue 1644773004: Renames some WindowManager classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 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 | « components/mus/ws/client_connection.h ('k') | components/mus/ws/default_access_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/client_connection.cc
diff --git a/components/mus/ws/client_connection.cc b/components/mus/ws/client_connection.cc
index 812067688c9eaee8c681f01cf25fbaccac256a8b..d3e3b2afbb920dff9ae93d20d1db82e3f167f331 100644
--- a/components/mus/ws/client_connection.cc
+++ b/components/mus/ws/client_connection.cc
@@ -39,9 +39,8 @@ void DefaultClientConnection::SetIncomingMethodCallProcessingPaused(
binding_.ResumeIncomingMethodCallProcessing();
}
-mojom::WindowManagerInternal*
-DefaultClientConnection::GetWindowManagerInternal() {
- client_->GetWindowManagerInternal(
+mojom::WindowManager* DefaultClientConnection::GetWindowManager() {
+ client_->GetWindowManager(
GetProxy(&window_manager_internal_, client_.associated_group()));
return window_manager_internal_.get();
}
« no previous file with comments | « components/mus/ws/client_connection.h ('k') | components/mus/ws/default_access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698