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

Unified Diff: ui/aura/mus/property_converter.cc

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: Rebase 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 | « services/ui/public/interfaces/window_manager_constants.mojom ('k') | ui/base/ui_base_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/property_converter.cc
diff --git a/ui/aura/mus/property_converter.cc b/ui/aura/mus/property_converter.cc
index b40df0b2ca1a1cdcde60467232f5e4dcb5e1a1b6..c9a4138b3388c92d333a5cdbd3690d8599e6ed9a 100644
--- a/ui/aura/mus/property_converter.cc
+++ b/ui/aura/mus/property_converter.cc
@@ -46,8 +46,7 @@ bool ValidateShowState(int64_t value) {
value == int64_t(ui::mojom::ShowState::MINIMIZED) ||
value == int64_t(ui::mojom::ShowState::MAXIMIZED) ||
value == int64_t(ui::mojom::ShowState::INACTIVE) ||
- value == int64_t(ui::mojom::ShowState::FULLSCREEN) ||
- value == int64_t(ui::mojom::ShowState::DOCKED);
+ value == int64_t(ui::mojom::ShowState::FULLSCREEN);
}
} // namespace
« no previous file with comments | « services/ui/public/interfaces/window_manager_constants.mojom ('k') | ui/base/ui_base_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698