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

Unified Diff: chrome/browser/ui/views/apps/chrome_native_app_window_views.cc

Issue 2652043004: Remove persisted docked windows (Closed)
Patch Set: varkha's comments Created 3 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: chrome/browser/ui/views/apps/chrome_native_app_window_views.cc
diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views.cc b/chrome/browser/ui/views/apps/chrome_native_app_window_views.cc
index 323bfe428833c4f3e7c81c31a0c2adbba0710f46..bb33494050b7842fee7b6d50fdde662d00dde86a 100644
--- a/chrome/browser/ui/views/apps/chrome_native_app_window_views.cc
+++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views.cc
@@ -216,6 +216,7 @@ void ChromeNativeAppWindowViews::InitializePanelWindow(
// When a panel is not docked it will be placed at a default origin in the
// currently active target root window.
+ // TODO(afakhry): Remove Docked Windows in M58.
bool use_default_bounds = create_params.state != ui::SHOW_STATE_DOCKED;
// Sanitize initial origin reseting it in case it was not specified.
using BoundsSpecification = AppWindow::BoundsSpecification;

Powered by Google App Engine
This is Rietveld 408576698