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

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

Issue 2652043004: Remove persisted docked windows (Closed)
Patch Set: Update commit message. 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..95916fd3a26310c1066c335b45109d69d15a6a07 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 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