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

Unified Diff: ash/shell.h

Issue 9764008: Makes the launcher auto-hide for maximized windows. This turned out to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add null checks and cleanup Created 8 years, 9 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/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 411e6b26666aa47b10bef197d361f443508df94f..91ee69f39d3e3a3165177c76b082a93c005d16ae 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -151,6 +151,8 @@ class ASH_EXPORT Shell {
// Sets the work area insets of the monitor that contains |window|,
// this notifies observers too.
+ // TODO(sky): this no longer really replicates what happens and is unreliable.
+ // Remove this.
void SetMonitorWorkAreaInsets(aura::Window* window,
const gfx::Insets& insets);
« ash/launcher/launcher.cc ('K') | « ash/screen_ash.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698