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

Unified Diff: chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.cc

Issue 2886293002: Remove WINDOW_TYPE_V1_PANEL AppWindow type (Closed)
Patch Set: remove unused includes 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/apps/chrome_native_app_window_views_aura_ash.cc
diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.cc b/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.cc
index ef0430f6ed48a8cdae11a0bd5211ecf32ad44df2..3f2413477109223e9ef751de0ec233df8d0e56d2 100644
--- a/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.cc
+++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.cc
@@ -166,7 +166,6 @@ void ChromeNativeAppWindowViewsAuraAsh::OnBeforeWidgetInit(
}
}
DCHECK_NE(AppWindow::WINDOW_TYPE_PANEL, create_params.window_type);
- DCHECK_NE(AppWindow::WINDOW_TYPE_V1_PANEL, create_params.window_type);
init_params->mus_properties
[ui::mojom::WindowManager::kRemoveStandardFrame_InitProperty] =
mojo::ConvertTo<std::vector<uint8_t>>(init_params->remove_standard_frame);
« no previous file with comments | « chrome/browser/ui/views/apps/chrome_native_app_window_views.cc ('k') | extensions/browser/app_window/app_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698