| Index: content/test/browser_test_message_pump_android.cc
|
| diff --git a/content/test/browser_test_message_pump_android.cc b/content/test/browser_test_message_pump_android.cc
|
| index b20b491cc22c69d3048438affab4d178c6f36997..f992110e234b1ddb8a58595b95d39d725ae66e58 100644
|
| --- a/content/test/browser_test_message_pump_android.cc
|
| +++ b/content/test/browser_test_message_pump_android.cc
|
| @@ -56,7 +56,6 @@ void BrowserTestMessagePumpAndroid::Run(Delegate* delegate) {
|
| RunState state(delegate, state_ ? state_->run_depth + 1 : 1);
|
| RunState* previous_state = state_;
|
| state_ = &state;
|
| - DCHECK(state_->run_depth <= 1) << "Only one level nested loops supported";
|
|
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| DCHECK(env);
|
|
|