| Index: ash/system/tray/tray_details_view.h
|
| diff --git a/ash/system/tray/tray_details_view.h b/ash/system/tray/tray_details_view.h
|
| index 42a65b241e46af0adefcfc90719bcd5a5c2f1461..f7f30f4976e6f26fc105b06850097a305aa572e1 100644
|
| --- a/ash/system/tray/tray_details_view.h
|
| +++ b/ash/system/tray/tray_details_view.h
|
| @@ -8,7 +8,6 @@
|
| #include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/login_status.h"
|
| #include "ash/system/tray/tray_constants.h"
|
| #include "ash/system/tray/view_click_listener.h"
|
| #include "base/macros.h"
|
| @@ -79,9 +78,8 @@ class ASH_EXPORT TrayDetailsView : public views::View,
|
| // Helper functions which create and return the settings and help buttons,
|
| // respectively, used in the material design top-most header row. The caller
|
| // assumes ownership of the returned buttons.
|
| - views::CustomButton* CreateSettingsButton(LoginStatus status,
|
| - int setting_accessible_name_id);
|
| - views::CustomButton* CreateHelpButton(LoginStatus status);
|
| + views::CustomButton* CreateSettingsButton(int setting_accessible_name_id);
|
| + views::CustomButton* CreateHelpButton();
|
|
|
| TriView* tri_view() { return tri_view_; }
|
|
|
|
|