Enable GoogleWifiTrace3Mbps simulations.

BUG=3277
R=mflodman@webrtc.org, pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/50829004

Cr-Commit-Position: refs/heads/master@{#9131}
diff --git a/resources/google-wifi-3mbps.rx.sha1 b/resources/google-wifi-3mbps.rx.sha1
new file mode 100644
index 0000000..cdd48ea
--- /dev/null
+++ b/resources/google-wifi-3mbps.rx.sha1
@@ -0,0 +1 @@
+7d88683e3113fe8174a72800232023756eefce33
\ No newline at end of file
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc
index 227ac4c..3b8138c 100644
--- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc
+++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc
@@ -319,7 +319,7 @@
 }
 
 // webrtc:3277
-TEST_P(BweFeedbackTest, DISABLED_GoogleWifiTrace3Mbps) {
+TEST_P(BweFeedbackTest, GoogleWifiTrace3Mbps) {
   AdaptiveVideoSource source(0, 30, 300, 0, 0);
   VideoSender sender(&uplink_, &source, GetParam());
   RateCounterFilter counter1(&uplink_, 0, "sender_output");
diff --git a/webrtc/webrtc_perf_tests.isolate b/webrtc/webrtc_perf_tests.isolate
index 188f112..e356839 100644
--- a/webrtc/webrtc_perf_tests.isolate
+++ b/webrtc/webrtc_perf_tests.isolate
@@ -17,6 +17,8 @@
           '<(DEPTH)/resources/photo_1850_1110.yuv',
           '<(DEPTH)/resources/presentation_1850_1110.yuv',
           '<(DEPTH)/resources/web_screenshot_1850_1110.yuv',
+          '<(DEPTH)/resources/google-wifi-3mbps.rx',
+          '<(DEPTH)/resources/verizon4g-downlink.rx',
         ],
       },
     }],