| 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 92d61d26d113490f0234bf61a40802a5496139ed..be8bc8bfc96e62668cfd1837a41b42a89a01e30f 100644
|
| --- a/ash/common/system/tiles/tray_tiles.h
|
| +++ b/ash/common/system/tiles/tray_tiles.h
|
| @@ -24,6 +24,7 @@ class ASH_EXPORT TrayTiles : public SystemTrayItem {
|
| // Accessor needed to obtain the help button view for the first-run flow.
|
| views::View* GetHelpButtonView() const;
|
|
|
| + TilesDefaultView* GetDefaultViewForTesting() const;
|
| views::View* CreateDefaultViewForTesting(LoginStatus status);
|
|
|
| private:
|
|
|