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

Unified Diff: ios/chrome/browser/ui/ntp/new_tab_page_perftest.mm

Issue 2616843002: Remove deprecated wait_util methods. (Closed)
Patch Set: Convert remaining uses of WaitUntilCondition. Created 3 years, 11 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: ios/chrome/browser/ui/ntp/new_tab_page_perftest.mm
diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_perftest.mm b/ios/chrome/browser/ui/ntp/new_tab_page_perftest.mm
index eabe37de598633424821d65dae2b91d52eb6df4e..a94c646012da1bee5a928938612c68226eb6c2de 100644
--- a/ios/chrome/browser/ui/ntp/new_tab_page_perftest.mm
+++ b/ios/chrome/browser/ui/ntp/new_tab_page_perftest.mm
@@ -38,7 +38,7 @@ class NewTabPagePerfTest : public PerfTestWithBVC {
}
void SettleUI() {
base::test::ios::WaitUntilCondition(
- nil, nullptr, base::TimeDelta::FromSecondsD(kMaxUICatchupDelay));
+ nil, false, base::TimeDelta::FromSecondsD(kMaxUICatchupDelay));
}
};

Powered by Google App Engine
This is Rietveld 408576698