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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_item_controller.h

Issue 23530020: [cleanup] Remove LauncherItemChanged() from LauncherItemController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/browser/ui/ash/launcher/launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/launcher_item_controller.h b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
index c374b1fdfcfcb51fa0431b59ba51d9faa0367fa8..1ab1f6621b428b409b2e9d84e949520b561c7ed2 100644
--- a/chrome/browser/ui/ash/launcher/launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
@@ -85,10 +85,6 @@ class LauncherItemController {
// Closes all windows associated with this item.
virtual void Close() = 0;
- // Indicates that the item at |index| has changed from its previous value.
- virtual void LauncherItemChanged(int model_index,
- const ash::LauncherItem& old_item) = 0;
-
// Called when the item is clicked. The behavior varies by the number of
// windows associated with the item:
// * One window: toggles the minimize state.

Powered by Google App Engine
This is Rietveld 408576698