| Index: tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt
|
| diff --git a/tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt b/tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt
|
| index 8e82370f912b1f66597a0fe757156a5e644b6bd2..fd692e4b75c987aec1a611874d61279976e8d3c0 100644
|
| --- a/tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt
|
| +++ b/tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt
|
| @@ -4,16 +4,12 @@
|
|
|
| # Line with whitespace only below:
|
|
|
| -IdlTestClass:::idlTestMethodNoParams:::0
|
| -IdlTestClass:::idlTestMethodOneParam:::1
|
| -IdlTestClass:::idlTestMethodTwoOrThreeParams:::2
|
| -IdlTestClass:::idlTestMethodTwoOrThreeParams:::3
|
| -IdlTestClass:::idlTemplateMethod:::1
|
| -IdlTestClass:::path:::0
|
| -IdlTestClass:::idlOptionalArgsPass:::0
|
| -IdlTestClass:::idlOptionalArgsStillTooMany:::0
|
| -IdlTestClass:::idlOptionalArgsTooLittle:::2
|
| -IdlTemplateClass:::idlTestMethod:::1
|
| +
|
| +# Some tests:
|
| +IdlTestClass:::idlStaticMethod:::1234
|
| +IdlTestClass:::idlInstanceMethod:::1234
|
| +IdlTestClass:::idlTemplateMethod:::1234
|
| +IdlTemplateClass:::idlInstanceMethod:::1234
|
|
|
| # Test for free functions:
|
| IdlFunctions:::foo:::0
|
|
|