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

Unified Diff: ash/common/system/tray/system_tray_delegate.cc

Issue 2396863004: chromeos: Refactor system tray ShowNetworkSettingsForGuid for mash (Closed)
Patch Set: 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
Index: ash/common/system/tray/system_tray_delegate.cc
diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc
index bc6e86eb228100c0ca91cf930741a8d268146e55..ac9b5206d5533ba663151c073d3501190688ec32 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -83,8 +83,6 @@ bool SystemTrayDelegate::ShouldShowSettings() {
void SystemTrayDelegate::ShowSetTimeDialog() {}
-void SystemTrayDelegate::ShowNetworkSettingsForGuid(const std::string& guid) {}
-
bool SystemTrayDelegate::ShouldShowDisplayNotification() {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698