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

Unified Diff: jingle/notifier/communicator/login.h

Issue 6526059: Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Appease the C++ type system Created 9 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
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | jingle/notifier/communicator/login.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/communicator/login.h
diff --git a/jingle/notifier/communicator/login.h b/jingle/notifier/communicator/login.h
index e4ec069b0ce2e6967b4070427a9c5ee89cbf0125..d7ecbdfdff92968e22621d891caa7a2986a7d407 100644
--- a/jingle/notifier/communicator/login.h
+++ b/jingle/notifier/communicator/login.h
@@ -44,7 +44,7 @@ typedef SingleLoginAttempt::Delegate SingleLoginAttemptDelegate;
// Does the login, keeps it alive (with refreshing cookies and reattempting
// login when disconnected), figures out what actions to take on the various
// errors that may occur.
-class Login : public net::NetworkChangeNotifier::Observer,
+class Login : public net::NetworkChangeNotifier::IPAddressObserver,
public SingleLoginAttemptDelegate {
public:
class Delegate {
@@ -69,7 +69,7 @@ class Login : public net::NetworkChangeNotifier::Observer,
void StartConnection();
- // net::NetworkChangeNotifier::Observer implementation.
+ // net::NetworkChangeNotifier::IPAddressObserver implementation.
virtual void OnIPAddressChanged();
// SingleLoginAttempt::Delegate implementation.
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | jingle/notifier/communicator/login.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698