Remove chromeos-wm and add console-kit-daemon to crash whitelist.

As titled; the chromeos-wm is marked as verified. zbehan is actively investigating the console-kit-daemon crash.

Change-Id: I96ccdc084d8ee0baab6d03727fb6a3f2399b7863

BUG=chromium-os:13768, chromium-os:13763
TEST=Ran test report against bad logs.

Review URL: http://codereview.chromium.org/6834033
diff --git a/utils_py/generate_test_report.py b/utils_py/generate_test_report.py
index 2902979..400b989 100755
--- a/utils_py/generate_test_report.py
+++ b/utils_py/generate_test_report.py
@@ -27,9 +27,12 @@
 # empty. If you add an entry, mark it with a TODO(<your name>) and the issue
 # filed for the crash.
 _CRASH_WHITELIST = {
-  # TODO(dalecurtis): Remove once http://crosbug.com/13678 is fixed.
+  # TODO(dalecurtis): Remove once http://crosbug.com/13733 is fixed.
   'chromeos-wm': ['sig 6'],
 
+  # TODO(dalecurtis): Remove once http://crosbug.com/13763 is fixed.
+  'console-kit-daemon': ['sig 11'],
+
   # TODO(dalecurtis): Remove once http://crosbug.com/13377 is fixed.
   'SynTPEnh': ['sig 6', 'sig 11']
 }