Index: ash/common/system/tray/tray_popup_utils.h |
diff --git a/ash/common/system/tray/tray_popup_utils.h b/ash/common/system/tray/tray_popup_utils.h |
index ecec2227b9618b85c8cbc0315ec7c4be3eb0b3ce..5a3e23c00d6bb15892dabd4f1ca04ecda697fe26 100644 |
--- a/ash/common/system/tray/tray_popup_utils.h |
+++ b/ash/common/system/tray/tray_popup_utils.h |
@@ -32,6 +32,7 @@ class ToggleButton; |
} // namespace views |
namespace ash { |
+class HoverHighlightView; |
// Factory/utility functions used by the system menu. |
class TrayPopupUtils { |
@@ -203,6 +204,10 @@ class TrayPopupUtils { |
// account flow. |
static bool CanOpenWebUISettings(LoginStatus status); |
+ // Update the status of check mark when click an item in system menu. |
+ static void UpdateCheckMarkVisibility(HoverHighlightView* container, |
+ bool checked); |
+ |
private: |
// Returns the effective ink drop insets for |host| according to the |
// |ink_drop_style|. |