summaryrefslogtreecommitdiffstats
path: root/chromeos/device_event_log_impl.h
diff options
context:
space:
mode:
authorstevenjb <stevenjb@chromium.org>2014-12-10 12:47:56 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-10 20:48:28 +0000
commit5a38680a62365eb43bc7b9e1f7eaef7bdb7ba37b (patch)
treeb233ba60f64b0b76f02698b446d166ae4951289d /chromeos/device_event_log_impl.h
parent08496f678f346408d0eade0260f56a36a3d94543 (diff)
downloadchromium_src-5a38680a62365eb43bc7b9e1f7eaef7bdb7ba37b.zip
chromium_src-5a38680a62365eb43bc7b9e1f7eaef7bdb7ba37b.tar.gz
chromium_src-5a38680a62365eb43bc7b9e1f7eaef7bdb7ba37b.tar.bz2
DeviceEventLog cleanup
This CL does the following: * Fixes the formatting for the network log in chrome://network * Adds a LOGIN type for login events * Uses a string for 'type' in GetString to allow multiple types (or non- types) to be passed) Add login type, use type strings in GetAsType BUG=293739 Review URL: https://codereview.chromium.org/784223003 Cr-Commit-Position: refs/heads/master@{#307753}
Diffstat (limited to 'chromeos/device_event_log_impl.h')
-rw-r--r--chromeos/device_event_log_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/device_event_log_impl.h b/chromeos/device_event_log_impl.h
index f053571..f18bff5 100644
--- a/chromeos/device_event_log_impl.h
+++ b/chromeos/device_event_log_impl.h
@@ -47,7 +47,7 @@ class CHROMEOS_EXPORT DeviceEventLogImpl {
// Implements device_event_log::GetAsString.
std::string GetAsString(StringOrder order,
const std::string& format,
- LogType log_type,
+ const std::string& types,
LogLevel max_level,
size_t max_events);