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

Unified Diff: ash/launcher/launcher_delegate.h

Issue 23606016: Refactor LauncherItemController and LauncherItemDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for LauncherTest and observing LauncherModel in DelegateManager Created 7 years, 3 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
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

Powered by Google App Engine
This is Rietveld 408576698