# File 6GoogleChrome.rb, line 18
def num_chrome_procs
  n = `ps auxwww | grep -i google | grep -v grep | wc -l`
  return n.chomp.strip
end