Mike Truty | a2e1853 | 2011-04-06 15:11:22 -0700 | [diff] [blame^] | 1 | # Copyright (c) 2011 The Chromium OS Authors. All rights reserved. |
2 | # Use of this source code is governed by a BSD-style license that can be | ||||
3 | # found in the LICENSE file. | ||||
4 | |||||
5 | |||||
6 | # Override default parser with our site parser. | ||||
7 | # This is coordinated with site_monitor_db.py. | ||||
8 | def check_parse(process_info): | ||||
9 | return process_info['comm'] == 'site_parse' |