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

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

Issue 1270623002: Replace 'Scanning' text in Network Status Area with throbber (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tooltips Created 5 years, 5 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/special_popup_row.h
diff --git a/ash/system/tray/special_popup_row.h b/ash/system/tray/special_popup_row.h
index 948c3bd74b4cad7ac79ccf02d9b6339794d5ec5b..1024e8455cb7c4d46769ebacf75ddd34c778322c 100644
--- a/ash/system/tray/special_popup_row.h
+++ b/ash/system/tray/special_popup_row.h
@@ -29,8 +29,8 @@ class ASH_EXPORT SpecialPopupRow : public views::View {
void SetTextLabel(int string_id, ViewClickListener* listener);
void SetContent(views::View* view);
+ void AddView(views::View* view, bool add_separator);
void AddButton(TrayPopupHeaderButton* button);
- void AddThrobber(ThrobberView* throbber);
views::View* content() const { return content_; }
« no previous file with comments | « ash/system/chromeos/network/network_state_list_detailed_view.cc ('k') | ash/system/tray/special_popup_row.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698