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

Unified Diff: mash/wm/window_manager.cc

Issue 1980593002: Changes container names and adds a couple of more (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change include Created 4 years, 7 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 | « mash/wm/user_window_controller_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager.cc
diff --git a/mash/wm/window_manager.cc b/mash/wm/window_manager.cc
index e2c1379e6a6e7bcd96253ef37c3b3d5c06995a71..5e2b3f5827e5c5af369559ef6c0edd6d36192cc9 100644
--- a/mash/wm/window_manager.cc
+++ b/mash/wm/window_manager.cc
@@ -175,7 +175,7 @@ void WindowManager::OnAccelerator(uint32_t id, const ui::Event& event) {
}
void WindowManager::ScreenlockStateChanged(bool locked) {
- // Hide USER_PRIVATE windows when the screen is locked.
+ // Hide USER_PRIVATE_CONTAINER windows when the screen is locked.
mus::Window* window = root_controller_->GetWindowForContainer(
mash::wm::mojom::Container::USER_PRIVATE);
window->SetVisible(!locked);
« no previous file with comments | « mash/wm/user_window_controller_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698