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

Unified Diff: components/mus/ws/default_access_policy.h

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.cc ('k') | components/mus/ws/default_access_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/default_access_policy.h
diff --git a/components/mus/ws/default_access_policy.h b/components/mus/ws/default_access_policy.h
index fc11edea547fe0b630b6dd3a213e620052050ed7..5c2d5f6ab7dff3720dc878c0f13681dbe46d16b4 100644
--- a/components/mus/ws/default_access_policy.h
+++ b/components/mus/ws/default_access_policy.h
@@ -55,7 +55,7 @@ class DefaultAccessPolicy : public AccessPolicy {
const ServerWindow** old_parent) const override;
const ServerWindow* GetWindowForFocusChange(
const ServerWindow* focused) override;
- bool CanSetWindowManagerInternal() const override;
+ bool CanSetWindowManager() const override;
private:
bool WasCreatedByThisConnection(const ServerWindow* window) const;
« no previous file with comments | « components/mus/ws/client_connection.cc ('k') | components/mus/ws/default_access_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698