Index: ash/launcher/launcher_delegate.h |
diff --git a/ash/launcher/launcher_delegate.h b/ash/launcher/launcher_delegate.h |
index 41d0c2944e51ba929f878978eb24d5690a74cac9..3766ca331b157f3b14e53597095ef9ddb777c94a 100644 |
--- a/ash/launcher/launcher_delegate.h |
+++ b/ash/launcher/launcher_delegate.h |
@@ -25,6 +25,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 |