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

Unified Diff: components/mus/ws/window_manager_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/forwarding_window_manager.cc ('k') | components/mus/ws/window_manager_access_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_manager_access_policy.h
diff --git a/components/mus/ws/window_manager_access_policy.h b/components/mus/ws/window_manager_access_policy.h
index ba9390ceefc3c49beb97344ff97cca2e13efd04a..91a0a636edb800ced147a0db84024f7f7155aa01 100644
--- a/components/mus/ws/window_manager_access_policy.h
+++ b/components/mus/ws/window_manager_access_policy.h
@@ -54,7 +54,7 @@ class WindowManagerAccessPolicy : 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 IsWindowKnown(const ServerWindow* window) const;
« no previous file with comments | « components/mus/ws/forwarding_window_manager.cc ('k') | components/mus/ws/window_manager_access_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698