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

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

Issue 2208613002: Remove MOJO_SHELL_CLIENT define. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot merge Created 4 years, 4 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 e6fd0acd758ddc641fafe949fd8e9bd16f8771b6..4cdd7ca7b39e01adf9caaa669164f617c738c69e 100644
--- a/chrome/browser/ui/views/status_bubble_views.cc
+++ b/chrome/browser/ui/views/status_bubble_views.cc
@@ -43,7 +43,7 @@
#include "ash/wm/window_state_aura.h"
#endif
-#if defined(MOJO_SHELL_CLIENT)
+#if defined(USE_AURA)
#include "services/ui/public/cpp/property_type_converters.h"
#include "services/ui/public/interfaces/window_manager.mojom.h"
#endif
@@ -607,7 +607,7 @@ void StatusBubbleViews::Init() {
params.ownership = views::Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET;
params.parent = frame->GetNativeView();
params.context = frame->GetNativeWindow();
-#if defined(MOJO_SHELL_CLIENT)
+#if defined(USE_AURA)
params.mus_properties
[ui::mojom::WindowManager::kWindowIgnoredByShelf_Property] =
mojo::ConvertTo<std::vector<uint8_t>>(true);

Powered by Google App Engine
This is Rietveld 408576698