| 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 7d0d5720e06643dc312306502837a7ae52739635..cd90d6b7c91f8265a488b48c9af5bfdc84f6c5f5 100644
|
| --- a/ash/common/system/tray/tray_popup_utils.h
|
| +++ b/ash/common/system/tray/tray_popup_utils.h
|
| @@ -116,18 +116,7 @@ class TrayPopupUtils {
|
| static bool CanOpenWebUISettings(LoginStatus status);
|
|
|
| private:
|
| - TrayPopupUtils() = delete;
|
| - ~TrayPopupUtils() = delete;
|
| -
|
| - // Configures the default size and flex value for the specified |container|
|
| - // of the given |tri_view|. Used by CreateDefaultRowView().
|
| - static void ConfigureDefaultSizeAndFlex(TriView* tri_view,
|
| - TriView::Container container);
|
| -
|
| - // Returns the default layout manager used by CreateDefaultRowView() and
|
| - // ConfigureContainer() for the given |container|.
|
| - static std::unique_ptr<views::LayoutManager> CreateDefaultLayoutManager(
|
| - TriView::Container container);
|
| + DISALLOW_IMPLICIT_CONSTRUCTORS(TrayPopupUtils);
|
|
|
| // Returns the default border used by CreateDefaultRow() and
|
| // ConfigureContainer() for the given |container|.
|
|
|