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

Unified Diff: base/test/ios/wait_util.h

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
« no previous file with comments | « no previous file | base/test/ios/wait_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/ios/wait_util.h
diff --git a/base/test/ios/wait_util.h b/base/test/ios/wait_util.h
index d938bd97dc121bd1338551ee8ae5c7a54a2d6440..99127930bc28a26ca583d52bb45d81d5211f95c9 100644
--- a/base/test/ios/wait_util.h
+++ b/base/test/ios/wait_util.h
@@ -9,9 +9,6 @@
#include "base/time/time.h"
namespace base {
-
-class MessageLoop;
-
namespace test {
namespace ios {
@@ -43,19 +40,6 @@ void SpinRunLoopWithMaxDelay(TimeDelta max_delay);
// elapsed.
void SpinRunLoopWithMinDelay(TimeDelta min_delay);
-// Deprecated.
-// TODO(fdoray): Remove this once call have been removed from ios_internal.
-TimeDelta TimeUntilCondition(ProceduralBlock action,
- ConditionBlock condition,
- MessageLoop* message_loop,
- TimeDelta timeout);
-
-// Deprecated.
-// TODO(fdoray): Remove this once call have been removed from ios_internal.
-void WaitUntilCondition(ConditionBlock condition,
- MessageLoop* message_loop,
- TimeDelta timeout);
-
} // namespace ios
} // namespace test
} // namespace base
« no previous file with comments | « no previous file | base/test/ios/wait_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698