Chromium Code Reviews
DescriptionChange explicit usage of each type of message loop in TimerTest to instead loop through an array of message loop types.
This allows for easier-to-read code while including a platform that cannot run the tests on every kind of message loop. Specifically, iOS cannot run the UI loop for unit tests.
Un-exclude timer_unittest.cc on ios in base.gyp.
BUG=b/6825060
TEST=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146980
Patch Set 1 #Patch Set 2 : Better #if-def & array usage #
Total comments: 2
Patch Set 3 : removed #endif comment. #
Total comments: 2
Patch Set 4 : Added const. #Messages
Total messages: 12 (0 generated)
|