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

Unified Diff: mash/wm/user_window_controller_impl.h

Issue 1824183002: Mash: Show app icons in shelf based on the Widget's app icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more review comments Created 4 years, 9 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/public/interfaces/user_window_controller.mojom ('k') | mash/wm/user_window_controller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/user_window_controller_impl.h
diff --git a/mash/wm/user_window_controller_impl.h b/mash/wm/user_window_controller_impl.h
index 3b6f9c4c22b1f4351b7e5346ba89865adbf9ccf5..c974f6fc0ba26bb8e71f08b5b1d81b956303f11b 100644
--- a/mash/wm/user_window_controller_impl.h
+++ b/mash/wm/user_window_controller_impl.h
@@ -17,7 +17,7 @@ namespace mash {
namespace wm {
class RootWindowController;
-class WindowTitleObserver;
+class WindowPropertyObserver;
class UserWindowControllerImpl : public mojom::UserWindowController,
public mus::WindowObserver,
@@ -49,7 +49,7 @@ class UserWindowControllerImpl : public mojom::UserWindowController,
RootWindowController* root_controller_;
mojom::UserWindowObserverPtr user_window_observer_;
- scoped_ptr<WindowTitleObserver> window_title_observer_;
+ scoped_ptr<WindowPropertyObserver> window_property_observer_;
DISALLOW_COPY_AND_ASSIGN(UserWindowControllerImpl);
};
« no previous file with comments | « mash/wm/public/interfaces/user_window_controller.mojom ('k') | mash/wm/user_window_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698