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

Unified Diff: ui/chromeos/network/network_list_view_base.h

Issue 2342793005: [ash-md] Adds Wi-Fi header row to system tray network detailed view (Closed)
Patch Set: [ash-md] Materializes system tray network detailed view (nits) 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 | « ui/chromeos/network/network_list_md.cc ('k') | ui/chromeos/ui_chromeos_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/network/network_list_view_base.h
diff --git a/ui/chromeos/network/network_list_view_base.h b/ui/chromeos/network/network_list_view_base.h
index f6cf067ae6c85e2013fc614718ded7b265ff7438..e9b28bee49fb1fdcfda9cae3b843ca34f7842df0 100644
--- a/ui/chromeos/network/network_list_view_base.h
+++ b/ui/chromeos/network/network_list_view_base.h
@@ -35,10 +35,12 @@ class UI_CHROMEOS_EXPORT NetworkListViewBase {
std::string* service_path) const = 0;
protected:
+ views::View* container() { return container_; }
+
+ private:
// The container that holds the actual list entries.
views::View* container_ = nullptr;
- private:
DISALLOW_COPY_AND_ASSIGN(NetworkListViewBase);
};
« no previous file with comments | « ui/chromeos/network/network_list_md.cc ('k') | ui/chromeos/ui_chromeos_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698