Index: chromeos/device_event_log.h |
diff --git a/chromeos/device_event_log.h b/chromeos/device_event_log.h |
index a94cf24f146f137663da0590de75aca1d7aa2dca..34f02e3678b1d179ac864dd4e5d631e30e7d8fc0 100644 |
--- a/chromeos/device_event_log.h |
+++ b/chromeos/device_event_log.h |
@@ -42,7 +42,8 @@ namespace chromeos { |
namespace device_event_log { |
// Used to specify the type of event. NOTE: Be sure to update LogTypeFromString |
-// and GetLogTypeString when adding entries to this enum. |
+// and GetLogTypeString when adding entries to this enum. Also consider |
+// updating chrome://device-log (see device_log_ui.cc). |
enum LogType { |
// Shill / network configuration related events. |
LOG_TYPE_NETWORK, |