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

Unified Diff: ash/shelf/shelf.h

Issue 2029323002: mash: Convert AshPopupAlignmentDelegate to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 6 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/mus/bridge/wm_shelf_mus.cc ('k') | ash/shelf/shelf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf.h
diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h
index 66c23b266464fd67eda3d362e7b2b7c55a6daf54..005df1c62d2c800cdfb48368fb6d55727d0145d6 100644
--- a/ash/shelf/shelf.h
+++ b/ash/shelf/shelf.h
@@ -68,10 +68,6 @@ class ASH_EXPORT Shelf {
// user is logged in yet.
static Shelf* ForWindow(const aura::Window* window);
- // Returns the shelf for the display with |display_id| or null if that display
- // does not exist or does not have a shelf.
- static Shelf* ForDisplayId(int64_t display_id);
-
void SetAlignment(ShelfAlignment alignment);
ShelfAlignment alignment() const { return alignment_; }
bool IsHorizontalAlignment() const;
« no previous file with comments | « ash/mus/bridge/wm_shelf_mus.cc ('k') | ash/shelf/shelf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698