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

Unified Diff: chrome/browser/ui/views/frame/browser_frame_mus.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
Index: chrome/browser/ui/views/frame/browser_frame_mus.cc
diff --git a/chrome/browser/ui/views/frame/browser_frame_mus.cc b/chrome/browser/ui/views/frame/browser_frame_mus.cc
index 5cec3a134687f77cb6b92fb4fb2ae2e2d6356bfc..8b8b874fc81fbf033448bc0157e9f003a7b24fd7 100644
--- a/chrome/browser/ui/views/frame/browser_frame_mus.cc
+++ b/chrome/browser/ui/views/frame/browser_frame_mus.cc
@@ -41,8 +41,6 @@ views::Widget::InitParams BrowserFrameMus::GetWidgetParams() {
// Indicates mash shouldn't handle immersive, rather we will.
properties[ui::mojom::WindowManager::kDisableImmersive_InitProperty] =
mojo::ConvertTo<std::vector<uint8_t>>(true);
- properties[ui::mojom::WindowManager::kAppID_Property] =
- mojo::ConvertTo<std::vector<uint8_t>>(chrome_app_id);
#if defined(OS_CHROMEOS)
properties[ash::mojom::kAshWindowStyle_InitProperty] =
mojo::ConvertTo<std::vector<uint8_t>>(
« no previous file with comments | « chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.cc ('k') | chrome/browser/ui/views/task_manager_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698