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

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

Issue 2860503002: mash: Replace int ShelfIDs with AppLaunchID strings. (Closed)
Patch Set: Fix struct traits typo. Created 3 years, 7 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 | « ui/aura/client/aura_constants.cc ('k') | ui/aura/mus/window_tree_client_unittest.cc » ('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 c9a4138b3388c92d333a5cdbd3690d8599e6ed9a..85cd5221acdfe32e7bb68e76ed1883f3a51a8004 100644
--- a/ui/aura/mus/property_converter.cc
+++ b/ui/aura/mus/property_converter.cc
@@ -71,8 +71,6 @@ PropertyConverter::PropertyConverter() {
CreateAcceptAnyValueCallback());
RegisterProperty(client::kAppIconKey,
ui::mojom::WindowManager::kAppIcon_Property);
- RegisterProperty(client::kAppIdKey,
- ui::mojom::WindowManager::kAppID_Property);
RegisterProperty(client::kImmersiveFullscreenKey,
ui::mojom::WindowManager::kImmersiveFullscreen_Property,
CreateAcceptAnyValueCallback());
« no previous file with comments | « ui/aura/client/aura_constants.cc ('k') | ui/aura/mus/window_tree_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698