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

Unified Diff: ash/common/system/tray/tray_item_more.h

Issue 2330403002: Do not activate system tray bubble by default (Closed)
Patch Set: Do not activate system tray bubble by default Created 4 years, 3 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/common/system/tray/tray_event_filter.cc ('k') | ash/common/system/tray/tray_item_more.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/tray_item_more.h
diff --git a/ash/common/system/tray/tray_item_more.h b/ash/common/system/tray/tray_item_more.h
index 0c9bac5cedc07be1874dc87af6637465c9bcb441..83f58ad6f93264948342c1099b9de885e35935d6 100644
--- a/ash/common/system/tray/tray_item_more.h
+++ b/ash/common/system/tray/tray_item_more.h
@@ -28,8 +28,6 @@ class TrayItemMore : public ActionableView {
TrayItemMore(SystemTrayItem* owner, bool show_more);
~TrayItemMore() override;
- SystemTrayItem* owner() const { return owner_; }
-
void SetLabel(const base::string16& label);
void SetImage(const gfx::ImageSkia& image_skia);
void SetAccessibleName(const base::string16& name);
@@ -60,7 +58,6 @@ class TrayItemMore : public ActionableView {
void GetAccessibleState(ui::AXViewState* state) override;
void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
- SystemTrayItem* owner_;
// True if |more_| should be shown.
bool show_more_;
views::ImageView* icon_;
« no previous file with comments | « ash/common/system/tray/tray_event_filter.cc ('k') | ash/common/system/tray/tray_item_more.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698