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

Unified Diff: ash/common/system/tiles/tray_tiles.h

Issue 2429923002: Implement all system menu title row buttons for Ash MD (Closed)
Patch Set: OS_WIN define in tests Created 4 years, 2 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/tiles/tiles_default_view.cc ('k') | ash/common/system/tiles/tray_tiles.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tiles/tray_tiles.h
diff --git a/ash/common/system/tiles/tray_tiles.h b/ash/common/system/tiles/tray_tiles.h
index 8ac5a5bc5cd414e54787019dc49503430700a6f1..892ad8761dcb3c48f20b1d46fd1a7aa2f8686268 100644
--- a/ash/common/system/tiles/tray_tiles.h
+++ b/ash/common/system/tiles/tray_tiles.h
@@ -26,6 +26,8 @@ class ASH_EXPORT TrayTiles : public SystemTrayItem {
void DestroyDefaultView() override;
private:
+ friend class TrayTilesTest;
+
TilesDefaultView* default_view_;
DISALLOW_COPY_AND_ASSIGN(TrayTiles);
« no previous file with comments | « ash/common/system/tiles/tiles_default_view.cc ('k') | ash/common/system/tiles/tray_tiles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698