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

Unified Diff: ash/system/screen_security/screen_tray_item.cc

Issue 2891503002: VR: UiElement for Screen Capture indicator (Closed)
Patch Set: rebase 2 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
« no previous file with comments | « ash/resources/vector_icons/system_tray_screen_share.1x.icon ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/screen_security/screen_tray_item.cc
diff --git a/ash/system/screen_security/screen_tray_item.cc b/ash/system/screen_security/screen_tray_item.cc
index 863ec19d892f6981a0c721f379c3be53a7c2e62c..f988b9675451079f11008ae511084baad4ee612a 100644
--- a/ash/system/screen_security/screen_tray_item.cc
+++ b/ash/system/screen_security/screen_tray_item.cc
@@ -9,6 +9,7 @@
#include "ash/system/tray/tray_constants.h"
#include "ash/system/tray/tray_popup_item_style.h"
#include "ash/system/tray/tray_popup_utils.h"
+#include "components/vector_icons/vector_icons.h"
#include "ui/gfx/paint_vector_icon.h"
#include "ui/message_center/message_center.h"
#include "ui/views/controls/button/label_button.h"
@@ -24,7 +25,7 @@ ScreenTrayView::ScreenTrayView(ScreenTrayItem* screen_tray_item)
: TrayItemView(screen_tray_item), screen_tray_item_(screen_tray_item) {
CreateImageView();
image_view()->SetImage(
- gfx::CreateVectorIcon(kSystemTrayScreenShareIcon, kTrayIconColor));
+ gfx::CreateVectorIcon(vector_icons::kScreenShareIcon, kTrayIconColor));
Update();
}
« no previous file with comments | « ash/resources/vector_icons/system_tray_screen_share.1x.icon ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698