summaryrefslogtreecommitdiffstats
path: root/chromeos/device_event_log.h
diff options
context:
space:
mode:
authorstevenjb <stevenjb@chromium.org>2014-12-15 13:31:30 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-15 21:32:01 +0000
commit3803f86acc3c8477bce1e562c133a53ca149e8ff (patch)
treeb689df1dc5fd66694405285b704aaaa4049c6911 /chromeos/device_event_log.h
parente6324c7578dba3cf4c19bd74a82598c6f22cdb95 (diff)
downloadchromium_src-3803f86acc3c8477bce1e562c133a53ca149e8ff.zip
chromium_src-3803f86acc3c8477bce1e562c133a53ca149e8ff.tar.gz
chromium_src-3803f86acc3c8477bce1e562c133a53ca149e8ff.tar.bz2
Add chrome:://device-log
This CL: * Adds a new chrome page, chrome://device-log for the device log UI * Eliminates the log from chrome://network, links to device-log BUG=293739 For browser_resources.grd: TBR=sky@chromium.org Review URL: https://codereview.chromium.org/793933003 Cr-Commit-Position: refs/heads/master@{#308422}
Diffstat (limited to 'chromeos/device_event_log.h')
-rw-r--r--chromeos/device_event_log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromeos/device_event_log.h b/chromeos/device_event_log.h
index a94cf24..34f02e3 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,