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

Unified Diff: ash/system/tray/hover_highlight_view.h

Issue 2869053002: Merge NetworkListViewBase hierarchy and NetworkStateListDetailedView (Closed)
Patch Set: Created 3 years, 7 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
Index: ash/system/tray/hover_highlight_view.h
diff --git a/ash/system/tray/hover_highlight_view.h b/ash/system/tray/hover_highlight_view.h
index a5831acf89b4fdc2c8091c4a0c16a2abc57a6ff9..41bd7a4896369f7b9bb397bc931fcda17f10649d 100644
--- a/ash/system/tray/hover_highlight_view.h
+++ b/ash/system/tray/hover_highlight_view.h
@@ -85,6 +85,8 @@ class HoverHighlightView : public ActionableView {
// Removes current children of the view so that it can be re-populated.
void Reset();
+ bool is_populated() const { return is_populated_; }
+
views::Label* text_label() { return text_label_; }
views::Label* sub_text_label() { return sub_text_label_; }
« no previous file with comments | « ash/system/network/vpn_list_view.cc ('k') | chrome/browser/ui/ash/networking_config_delegate_chromeos_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698