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

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

Issue 2228713003: mash: Convert ShelfView to wm common types, clean up Shelf access (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix control reaches end of non-void function warnings 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/wm_shelf.cc ('k') | ash/metrics/user_metrics_recorder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/wm_shelf_util.h
diff --git a/ash/common/shelf/wm_shelf_util.h b/ash/common/shelf/wm_shelf_util.h
index acda56a267a091f2c89425e8b97af76957c22c2e..2fab27f082b3083c6d704bc7f7af6c4ea9c0c7e5 100644
--- a/ash/common/shelf/wm_shelf_util.h
+++ b/ash/common/shelf/wm_shelf_util.h
@@ -11,6 +11,7 @@
namespace ash {
// Returns true if the shelf |alignment| is horizontal.
+// TODO(jamescook): Remove this in favor of WmShelf::IsHorizontalAlignment().
ASH_EXPORT bool IsHorizontalAlignment(ShelfAlignment alignment);
} // namespace ash
« no previous file with comments | « ash/common/shelf/wm_shelf.cc ('k') | ash/metrics/user_metrics_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698