| 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;
|
|
|