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

Unified Diff: ash/wm/shelf_layout_manager.h

Issue 12077055: Made launcher hidden when kicking off chrome in app mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/wm/shelf_layout_manager.h
diff --git a/ash/wm/shelf_layout_manager.h b/ash/wm/shelf_layout_manager.h
index de4425a3af19747eaff037b6a14b461913618c5b..8068c4aadf40a38b01c7bc864c14172ede2e8f19 100644
--- a/ash/wm/shelf_layout_manager.h
+++ b/ash/wm/shelf_layout_manager.h
@@ -225,6 +225,10 @@ class ASH_EXPORT ShelfLayoutManager :
bool is_screen_locked;
};
+ // Returns shelf visibility state based on current value of auto hide
+ // behavior setting.
+ ShelfVisibilityState GetShelfVisibilityState();
+
// Sets the visibility of the shelf to |state|.
void SetState(ShelfVisibilityState visibility_state);

Powered by Google App Engine
This is Rietveld 408576698