• dmazzoni@chromium.org's avatar
    Get rid of enable-accessibility-logging switch. · 370aa218
    dmazzoni@chromium.org authored
    This also cleans up the main VLOG in renderer_accessibility_complete so
    that it uses the new function in ui to convert an AXEvent to a string,
    and removes the NDEBUG since this is quite useful logging in release builds.
    
    Instead of the old switch, use --vmodule="*accessibility*=0" to log
    accessibility messages that are normally suppressed, possibly combined
    with --enable-logging=stderr to send them right to your terminal and
    --log-level=2 to optionally suppress most other log messages.
    
    BUG=350457
    R=aboxhall@chromium.org, jam@chromium.org
    
    Review URL: https://codereview.chromium.org/284203005
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271046 0039d316-1c4b-4281-b951-d872f2087c98
    370aa218
content_switches.h 15.4 KB