| Index: ash/common/shelf/wm_shelf.h
|
| diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h
|
| index e273c033959dc3097f76e8d48dabf5c23cf42fa7..526b9c5f6878d4cda7f38e73ff08e52d0534d32f 100644
|
| --- a/ash/common/shelf/wm_shelf.h
|
| +++ b/ash/common/shelf/wm_shelf.h
|
| @@ -39,6 +39,10 @@ class ASH_EXPORT WmShelf : public ShelfLayoutManagerObserver {
|
| // widget may not exist, or the shelf may not be visible.
|
| static WmShelf* ForWindow(WmWindow* window);
|
|
|
| + // Returns if shelf alignment options are enabled, and the user is able to
|
| + // adjust the alignment (eg. not allowed in guest and supervised user modes).
|
| + static bool CanChangeShelfAlignment();
|
| +
|
| virtual void CreateShelfWidget(WmWindow* root);
|
| void ShutdownShelfWidget();
|
| void DestroyShelfWidget();
|
|
|