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

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

Issue 2487603005: Adjust TriView. (Closed)
Patch Set: merge Created 4 years, 1 month 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 | « no previous file | ash/common/system/tray/tray_popup_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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|.
« no previous file with comments | « no previous file | ash/common/system/tray/tray_popup_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698