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

Unified Diff: components/web_resource/resource_request_allowed_notifier_unittest.cc

Issue 899573002: Add WiFi SSID getter to NetworkChangeNotifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 5 years, 11 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: components/web_resource/resource_request_allowed_notifier_unittest.cc
diff --git a/components/web_resource/resource_request_allowed_notifier_unittest.cc b/components/web_resource/resource_request_allowed_notifier_unittest.cc
index 27905628ccb686bee15ae95a2087cadde70984a2..98f5a2d9afb2a9204df629cf5649139a3fe50837 100644
--- a/components/web_resource/resource_request_allowed_notifier_unittest.cc
+++ b/components/web_resource/resource_request_allowed_notifier_unittest.cc
@@ -31,6 +31,9 @@ class TestNetworkChangeNotifier : public net::NetworkChangeNotifier {
ConnectionType GetCurrentConnectionType() const override {
return connection_type_to_return_;
}
+ std::string GetCurrentWiFiSSID() const override {
+ return "";
+ }
// The currently simulated network connection type. If this is set to
// CONNECTION_NONE, then NetworkChangeNotifier::IsOffline will return true.
« no previous file with comments | « chrome/browser/ui/search/instant_extended_interactive_uitest.cc ('k') | net/android/network_change_notifier_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698