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

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

Issue 2391253004: Use mojo Shelf interfaces for both mash and classic ash. (Closed)
Patch Set: Sync and rebase. Created 4 years, 2 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: ash/common/shelf/shelf_widget.h
diff --git a/ash/common/shelf/shelf_widget.h b/ash/common/shelf/shelf_widget.h
index 11c02b8793d8d3f0286dc47760ef69452393a230..4a3278d21ea343661e8c49d578a01b0e27c7c913 100644
--- a/ash/common/shelf/shelf_widget.h
+++ b/ash/common/shelf/shelf_widget.h
@@ -39,10 +39,6 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
void CreateStatusAreaWidget(WmWindow* status_container);
- // Returns if shelf alignment option is enabled, and the user is able to
- // adjust the alignment (guest and supervised mode users cannot for example).
- static bool ShelfAlignmentAllowed();
-
void OnShelfAlignmentChanged();
// DEPRECATED: Prefer WmShelf::GetAlignment().

Powered by Google App Engine
This is Rietveld 408576698