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

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

Issue 2429923002: Implement all system menu title row buttons for Ash MD (Closed)
Patch Set: OS_WIN define in tests Created 4 years, 2 months 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 | « ash/common/system/tray/tray_constants.cc ('k') | ash/common/system/tray/tray_details_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/tray_details_view.h
diff --git a/ash/common/system/tray/tray_details_view.h b/ash/common/system/tray/tray_details_view.h
index 976f780adeecc3288972fe6fb6634468e8f0f8f1..7736a90a44104a05368d097e37acf3423e9f0b11 100644
--- a/ash/common/system/tray/tray_details_view.h
+++ b/ash/common/system/tray/tray_details_view.h
@@ -76,9 +76,6 @@ class ASH_EXPORT TrayDetailsView : public views::View,
// Creates and adds subclass-specific buttons to the title row.
virtual void CreateExtraTitleRowButtons();
- // Overridden to show WebUI settings for subclass-specific detailed views.
- virtual void ShowSettings();
-
// Transition to default view from details view. If |title_row_| has focus
// before transition, the default view should focus on the owner of this
// details view.
@@ -93,10 +90,6 @@ class ASH_EXPORT TrayDetailsView : public views::View,
// The back button that appears in the material design title row. Not owned.
views::Button* back_button_;
- // The settings button that appears in the material design title row. Not
- // owned.
- views::Button* settings_button_;
-
DISALLOW_COPY_AND_ASSIGN(TrayDetailsView);
};
« no previous file with comments | « ash/common/system/tray/tray_constants.cc ('k') | ash/common/system/tray/tray_details_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698