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

Unified Diff: chrome/browser/ui/views/status_bubble_views.cc

Issue 2724693002: mash: improves browser frame decorations (Closed)
Patch Set: cleanup Created 3 years, 10 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/status_bubble_views.cc
diff --git a/chrome/browser/ui/views/status_bubble_views.cc b/chrome/browser/ui/views/status_bubble_views.cc
index 5aea78460b015e7e84391cf0b9aafc9b215e7eac..70be5c02e3b0eacb443d40433ef724c7f5922e47 100644
--- a/chrome/browser/ui/views/status_bubble_views.cc
+++ b/chrome/browser/ui/views/status_bubble_views.cc
@@ -653,6 +653,7 @@ void StatusBubbleViews::Init() {
params.ownership = views::Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET;
params.parent = frame->GetNativeView();
params.context = frame->GetNativeWindow();
+ params.name = "StatusBubble";
James Cook 2017/03/02 21:00:01 Thanks for adding these.
#if defined(USE_AURA)
params.mus_properties
[ui::mojom::WindowManager::kWindowIgnoredByShelf_InitProperty] =

Powered by Google App Engine
This is Rietveld 408576698