|
Implement SequenceChecker, which is a generalization of ThreadChecker
SequenceChecker will be used in WeakPtr instead of ThreadChecker, since
WeakPtr needs only the guarantees of a SequencedTaskRunner.
Add NullTaskRunner implementation and make test_browser_context.cc
use it.
BUG= 165590
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174693
Total comments: 9
Total comments: 12
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+492 lines, -31 lines) |
Patch |
 |
M |
base/base.gyp
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/base.gypi
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/sequence_checker.h
|
View
|
1
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/sequence_checker_impl.h
|
View
|
1
|
1 chunk |
+58 lines, -0 lines |
3 comments
|
Download
|
 |
A |
base/sequence_checker_impl.cc
|
View
|
1
|
1 chunk |
+31 lines, -0 lines |
6 comments
|
Download
|
 |
A |
base/sequence_checker_impl_unittest.cc
|
View
|
1
2
|
1 chunk |
+218 lines, -0 lines |
3 comments
|
Download
|
 |
A |
base/sequence_checker_unittest.cc
|
View
|
1
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/test/null_task_runner.h
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/test/null_task_runner.cc
|
View
|
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_browser_context.cc
|
View
|
|
3 chunks |
+4 lines, -31 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|