summaryrefslogtreecommitdiffstats
path: root/jingle/notifier
diff options
context:
space:
mode:
authormostynb <mostynb@opera.com>2014-12-19 04:47:46 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-19 12:48:35 +0000
commit7e42a8f70f08bb903ba610afd573ebbfdce5a1d6 (patch)
treec5b002e3afe428f3f781a85f02f04153b87b135a /jingle/notifier
parentc95780419a4c972b6017eee18a435a0fe1e3e8e0 (diff)
downloadchromium_src-7e42a8f70f08bb903ba610afd573ebbfdce5a1d6.zip
chromium_src-7e42a8f70f08bb903ba610afd573ebbfdce5a1d6.tar.gz
chromium_src-7e42a8f70f08bb903ba610afd573ebbfdce5a1d6.tar.bz2
remove some dead visual studio < 2013 code
We only support building for windows with Visual Studio 2013 Update 4 now, so let's remove dead code that is only used for older Visual Studio versions. BUG=442035,158570 Review URL: https://codereview.chromium.org/798163004 Cr-Commit-Position: refs/heads/master@{#309187}
Diffstat (limited to 'jingle/notifier')
-rw-r--r--jingle/notifier/base/xmpp_connection_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/jingle/notifier/base/xmpp_connection_unittest.cc b/jingle/notifier/base/xmpp_connection_unittest.cc
index 682c8d1..2e62092 100644
--- a/jingle/notifier/base/xmpp_connection_unittest.cc
+++ b/jingle/notifier/base/xmpp_connection_unittest.cc
@@ -103,7 +103,7 @@ TEST_F(XmppConnectionTest, CreateDestroy) {
&mock_xmpp_connection_delegate_, NULL);
}
-#if !defined(_MSC_VER) || _MSC_VER < 1700 // http://crbug.com/158570
+#if !defined(_MSC_VER) // http://crbug.com/158570
TEST_F(XmppConnectionTest, ImmediateFailure) {
// ChromeAsyncSocket::Connect() will always return false since we're
// not setting a valid host, but this gets bubbled up as ERROR_NONE
@@ -210,7 +210,7 @@ TEST_F(XmppConnectionTest, MultipleConnect) {
}, "more than once");
}
-#if !defined(_MSC_VER) || _MSC_VER < 1700 // http://crbug.com/158570
+#if !defined(_MSC_VER) // http://crbug.com/158570
TEST_F(XmppConnectionTest, ConnectThenError) {
base::WeakPtr<rtc::Task> weak_ptr;
EXPECT_CALL(mock_xmpp_connection_delegate_, OnConnect(_)).