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

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

Issue 2487603005: Adjust TriView. (Closed)
Patch Set: 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
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 0412752cacfeef0acd35c70f56aa129db04ab175..b1d4b32dfaf8de8d05f829c38fda88414b2df2c2 100644
--- a/ash/common/system/tray/tray_popup_utils.h
+++ b/ash/common/system/tray/tray_popup_utils.h
@@ -90,13 +90,7 @@ class TrayPopupUtils {
static bool CanOpenWebUISettings(LoginStatus status);
private:
- TrayPopupUtils() = delete;
- ~TrayPopupUtils() = delete;
-
- // Configures the specified |container| view with the default layout. Used by
- // CreateDefaultRowView().
- static void ConfigureDefaultLayout(TriView* tri_view,
- TriView::Container container);
+ DISALLOW_IMPLICIT_CONSTRUCTORS(TrayPopupUtils);
};
} // namespace ash
« no previous file with comments | « no previous file | ash/common/system/tray/tray_popup_utils.cc » ('j') | ash/common/system/tray/tray_popup_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698