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

Unified Diff: ash/mus/system_tray_delegate_mus.cc

Issue 2698473007: Convert path usage in NetworkListViewBase subclasses to use guids. (Closed)
Patch Set: Tweak NetworkPortalNotificationControllerTest to create GUIDs for new NetworkStates. Created 3 years, 10 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/mus/system_tray_delegate_mus.cc
diff --git a/ash/mus/system_tray_delegate_mus.cc b/ash/mus/system_tray_delegate_mus.cc
index 8d18bc5e090bc70281c280ab60de7ae50a38e97f..c5d0ee173343b85174ca33a6a308d210a787d14b 100644
--- a/ash/mus/system_tray_delegate_mus.cc
+++ b/ash/mus/system_tray_delegate_mus.cc
@@ -19,7 +19,7 @@ class StubNetworkingConfigDelegate : public NetworkingConfigDelegate {
private:
// NetworkingConfigDelegate:
std::unique_ptr<const ExtensionInfo> LookUpExtensionForNetwork(
- const std::string& service_path) override {
+ const std::string& guid) override {
return nullptr;
}
« no previous file with comments | « ash/common/system/tray/system_tray_notifier.cc ('k') | chrome/browser/chromeos/net/network_portal_notification_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698