| Index: ash/shelf/shelf_window_watcher.h
|
| diff --git a/ash/shelf/shelf_window_watcher.h b/ash/shelf/shelf_window_watcher.h
|
| index 701b3e9795d8af2ffa1a7761d903aa26e5192b49..bacf30398e271bf4eee2d4a952e5720194131098 100644
|
| --- a/ash/shelf/shelf_window_watcher.h
|
| +++ b/ash/shelf/shelf_window_watcher.h
|
| @@ -73,9 +73,6 @@ class ShelfWindowWatcher : public ::wm::ActivationChangeObserver,
|
| // Removes a ShelfItem for |window|.
|
| void RemoveShelfItem(aura::Window* window);
|
|
|
| - // Returns the index of ShelfItem associated with |window|, or -1 if none.
|
| - int GetShelfItemIndexForWindow(aura::Window* window) const;
|
| -
|
| // Cleans up observers on |container|.
|
| void OnContainerWindowDestroying(aura::Window* container);
|
|
|
|
|