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

Unified Diff: ash/mus/user_window_controller_impl.h

Issue 2138483002: mash: Implement restore on item click. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: skip the redundant check Created 4 years, 5 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 | « no previous file | ash/mus/user_window_controller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/user_window_controller_impl.h
diff --git a/ash/mus/user_window_controller_impl.h b/ash/mus/user_window_controller_impl.h
index 47bcfe37b2b9d3c7d8004570b9999d8cf7338162..c3a17f951a7b2f0509187ae48c88b3b5dac1a530 100644
--- a/ash/mus/user_window_controller_impl.h
+++ b/ash/mus/user_window_controller_impl.h
@@ -56,7 +56,7 @@ class UserWindowControllerImpl : public mojom::UserWindowController,
// mojom::UserWindowController:
void AddUserWindowObserver(mojom::UserWindowObserverPtr observer) override;
- void FocusUserWindow(uint32_t window_id) override;
+ void ActivateUserWindow(uint32_t window_id) override;
RootWindowController* root_controller_;
mojom::UserWindowObserverPtr user_window_observer_;
« no previous file with comments | « no previous file | ash/mus/user_window_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698