Index: ash/common/shelf/shelf_window_watcher.h |
diff --git a/ash/common/shelf/shelf_window_watcher.h b/ash/common/shelf/shelf_window_watcher.h |
index c523bf15fbefb3740f37b8f9e0c98276f7e22a1c..59564a1069a4f57682a6c90f56f6963d50da8c5c 100644 |
--- a/ash/common/shelf/shelf_window_watcher.h |
+++ b/ash/common/shelf/shelf_window_watcher.h |
@@ -61,6 +61,7 @@ class ShelfWindowWatcher : public WmActivationObserver, |
WmWindowProperty property) override; |
void OnWindowDestroying(WmWindow* window) override; |
void OnWindowVisibilityChanged(WmWindow* window, bool visible) override; |
+ void OnWindowTitleChanged(WmWindow* window) override; |
ShelfWindowWatcher* window_watcher_; |