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

Unified Diff: chrome/common/net/notifier/communicator/login.h

Issue 2802015: Massively simplify the NetworkChangeNotifier infrastructure:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/common/net/notifier/communicator/login.h
===================================================================
--- chrome/common/net/notifier/communicator/login.h (revision 50775)
+++ chrome/common/net/notifier/communicator/login.h (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -56,7 +56,6 @@
net::HostResolver* host_resolver,
ServerInformation* server_list,
int server_count,
- net::NetworkChangeNotifier* network_change_notifier,
talk_base::FirewallManager* firewall,
bool proxy_only,
bool previous_login_successful);
@@ -126,7 +125,6 @@
talk_base::TaskParent* parent_;
scoped_ptr<LoginSettings> login_settings_;
- net::NetworkChangeNotifier* network_change_notifier_;
AutoReconnect auto_reconnect_;
SingleLoginAttempt* single_attempt_;
bool successful_connection_;

Powered by Google App Engine
This is Rietveld 408576698