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

Unified Diff: ash/public/interfaces/user_window_controller.mojom

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 | « ash/mus/user_window_controller_impl.cc ('k') | ash/sysui/shelf_delegate_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/user_window_controller.mojom
diff --git a/ash/public/interfaces/user_window_controller.mojom b/ash/public/interfaces/user_window_controller.mojom
index 2add8cca7d87baf201c86a8651ed809e70190bd3..0352ff0728d981b8952ff386aecd9c4d3858d44a 100644
--- a/ash/public/interfaces/user_window_controller.mojom
+++ b/ash/public/interfaces/user_window_controller.mojom
@@ -34,5 +34,5 @@ interface UserWindowObserver {
// TODO(msw): Add minimization, restoration, opening a chooser view, etc.
interface UserWindowController {
AddUserWindowObserver(UserWindowObserver observer);
- FocusUserWindow(uint32 window_id);
+ ActivateUserWindow(uint32 window_id);
};
« no previous file with comments | « ash/mus/user_window_controller_impl.cc ('k') | ash/sysui/shelf_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698