chromium/tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt

# Test input file for --method-blocklist parameter.

# Blank line below:

# Line with whitespace only below:
    

# Some tests:
IdlTestClass:::idlStaticMethod:::1234
IdlTestClass:::idlInstanceMethod:::1234
IdlTestClass:::idlTemplateMethod:::1234
IdlTemplateClass:::idlInstanceMethod:::1234

# Test for free functions:
IdlFunctions:::foo:::0