Index: ash/launcher/launcher_delegate.h |
diff --git a/ash/launcher/launcher_delegate.h b/ash/launcher/launcher_delegate.h |
index db69bab14d5c268b2293aaa60865fa5f048d7a6e..f5ff53fdd9da3f863e8a05ee7d701c4d6406054d 100644 |
--- a/ash/launcher/launcher_delegate.h |
+++ b/ash/launcher/launcher_delegate.h |
@@ -21,6 +21,7 @@ class ASH_EXPORT LauncherDelegate { |
// there isn't one. |
// Note: Windows of tabbed browsers will return the |LauncherID| of the |
// currently active tab or selected tab. |
+ // TODO(simon.hong81): Remove this and handle in LauncherItemDelegateManager. |
virtual LauncherID GetIDByWindow(aura::Window* window) = 0; |
// Callback used to allow delegate to perform initialization actions that |