Index: chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
diff --git a/chrome/browser/ui/views/screen_capture_notification_ui_views.cc b/chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
index 7df47f44c92ba3ce54b5f8c0b39fa5356e9b296f..61e3356d9688d02b799ea58e859e50540f43a937 100644 |
--- a/chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
+++ b/chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
@@ -176,7 +176,6 @@ gfx::NativeViewId ScreenCaptureNotificationUIViews::OnStarted( |
params.opacity = views::Widget::InitParams::TRANSLUCENT_WINDOW; |
params.remove_standard_frame = true; |
params.keep_on_top = true; |
- params.top_level = true; |
#if defined(USE_ASH) |
// TODO(sergeyu): The notification bar must be shown on the monitor that's |