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

Unified Diff: ash/common/wm_shell.h

Issue 2735033003: Promotes IsForceMaximizeOnFirstRun() to WmShell (Closed)
Patch Set: Created 3 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
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 528a61cb65d95c31693cf8933adef693a7136026..74aae473ee1d8c0d609f1d0764dba9aabf98642a 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -270,7 +270,7 @@ class ASH_EXPORT WmShell : public SessionStateObserver,
// Returns true if the first window shown on first run should be
// unconditionally maximized, overriding the heuristic that normally chooses
// the window size.
- virtual bool IsForceMaximizeOnFirstRun() = 0;
+ bool IsForceMaximizeOnFirstRun();
// Sets work area insets of the display containing |window|, pings observers.
virtual void SetDisplayWorkAreaInsets(WmWindow* window,
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698