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

Unified Diff: ash/mus/root_window_controller.cc

Issue 2410633002: Moves PanelFrameView to common (Closed)
Patch Set: Created 4 years, 2 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/mus/non_client_frame_controller.cc ('k') | ash/shell/panel_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/root_window_controller.cc
diff --git a/ash/mus/root_window_controller.cc b/ash/mus/root_window_controller.cc
index cb4c25791bf0eb52ad7708df980538165d7c7c7e..0c5bdb6d140261868a5eefe7a42ae042f873bd43 100644
--- a/ash/mus/root_window_controller.cc
+++ b/ash/mus/root_window_controller.cc
@@ -90,7 +90,6 @@ shell::Connector* RootWindowController::GetConnector() {
ui::Window* RootWindowController::NewTopLevelWindow(
std::map<std::string, std::vector<uint8_t>>* properties) {
- // TODO(sky): panels need a different frame, http:://crbug.com/614362.
const bool provide_non_client_frame =
GetWindowType(*properties) == ui::mojom::WindowType::WINDOW ||
GetWindowType(*properties) == ui::mojom::WindowType::PANEL;
« no previous file with comments | « ash/mus/non_client_frame_controller.cc ('k') | ash/shell/panel_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698