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

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

Issue 24649002: Clean up a few more unused globals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thestig comment Created 7 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: jingle/notifier/communicator/login.cc
diff --git a/jingle/notifier/communicator/login.cc b/jingle/notifier/communicator/login.cc
index 6c5086278740728b7154667d88f041d964f785b6..1a877e1cd49c482844a2873ea00d9ac5ecc16eab 100644
--- a/jingle/notifier/communicator/login.cc
+++ b/jingle/notifier/communicator/login.cc
@@ -24,9 +24,6 @@
namespace notifier {
-// Redirect valid for 5 minutes.
-static const int kRedirectTimeoutMinutes = 5;
-
Login::Delegate::~Delegate() {}
Login::Login(Delegate* delegate,

Powered by Google App Engine
This is Rietveld 408576698