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

Unified Diff: chrome/browser/chromeos/net/network_portal_notification_controller_unittest.cc

Issue 1346843003: Refactor NetworkPortalDetector and NetworkPortalNotificationController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stub Created 5 years, 3 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: chrome/browser/chromeos/net/network_portal_notification_controller_unittest.cc
diff --git a/chrome/browser/chromeos/net/network_portal_notification_controller_unittest.cc b/chrome/browser/chromeos/net/network_portal_notification_controller_unittest.cc
index 823076a8b923fe380b2a1f98011fcc0d897c03d8..49f5e0727199ec1c0a23b19f113f18d5b9553a4c 100644
--- a/chrome/browser/chromeos/net/network_portal_notification_controller_unittest.cc
+++ b/chrome/browser/chromeos/net/network_portal_notification_controller_unittest.cc
@@ -64,7 +64,8 @@ class NotificationObserver : public message_center::MessageCenterObserver {
class NetworkPortalNotificationControllerTest : public testing::Test {
public:
NetworkPortalNotificationControllerTest()
- : user_manager_enabler_(new chromeos::FakeChromeUserManager()) {}
+ : user_manager_enabler_(new chromeos::FakeChromeUserManager()),
+ controller_(nullptr) {}
~NetworkPortalNotificationControllerTest() override {}
void SetUp() override {

Powered by Google App Engine
This is Rietveld 408576698