| Index: ash/shelf/shelf_layout_manager.h
|
| diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
|
| index d074e65b474f64e1cbe5d28867e427ec8d2ee9b0..b163cb74748b1fc8de3ee3e743b65f8badc7636f 100644
|
| --- a/ash/shelf/shelf_layout_manager.h
|
| +++ b/ash/shelf/shelf_layout_manager.h
|
| @@ -280,6 +280,9 @@ class ASH_EXPORT ShelfLayoutManager :
|
| // Generates insets for inward edge based on the current shelf alignment.
|
| gfx::Insets GetInsetsForAlignment(int distance) const;
|
|
|
| + // Tests if currently in immersive mode.
|
| + bool IsInImmersiveMode() const;
|
| +
|
| // The RootWindow is cached so that we don't invoke Shell::GetInstance() from
|
| // our destructor. We avoid that as at the time we're deleted Shell is being
|
| // deleted too.
|
|
|