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

Unified Diff: ash/common/shelf/shelf_navigator.h

Issue 2274333002: ash: Move more code from Shelf to WmShelf (Closed)
Patch Set: review comments Created 4 years, 4 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
« no previous file with comments | « ash/common/shelf/shelf.cc ('k') | ash/common/shelf/shelf_navigator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_navigator.h
diff --git a/ash/common/shelf/shelf_navigator.h b/ash/common/shelf/shelf_navigator.h
deleted file mode 100644
index d04d5d2c99103701cab6114c4d050acfde5449d6..0000000000000000000000000000000000000000
--- a/ash/common/shelf/shelf_navigator.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ASH_COMMON_SHELF_SHELF_NAVIGATOR_H_
-#define ASH_COMMON_SHELF_SHELF_NAVIGATOR_H_
-
-#include "ash/ash_export.h"
-#include "ash/common/shelf/shelf_constants.h"
-
-namespace ash {
-
-class ShelfModel;
-
-// Scans the current shelf item and returns the index of the shelf item which
-// should be activated next for the specified |direction|. Returns -1 if fails
-// to find such item.
-ASH_EXPORT int GetNextActivatedItemIndex(const ShelfModel& model,
- CycleDirection direction);
-
-} // namespace ash
-
-#endif // ASH_COMMON_SHELF_SHELF_NAVIGATOR_H_
« no previous file with comments | « ash/common/shelf/shelf.cc ('k') | ash/common/shelf/shelf_navigator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698