summaryrefslogtreecommitdiffstats
path: root/chromium/net/base/capturing_net_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/base/capturing_net_log.h')
-rw-r--r--chromium/net/base/capturing_net_log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/net/base/capturing_net_log.h b/chromium/net/base/capturing_net_log.h
index 156a61d34a4..06bc976eeaa 100644
--- a/chromium/net/base/capturing_net_log.h
+++ b/chromium/net/base/capturing_net_log.h
@@ -19,6 +19,7 @@
namespace base {
class DictionaryValue;
+class ListValue;
}
namespace net {
@@ -50,6 +51,7 @@ class CapturingNetLog : public NetLog {
// modify |value| on failure.
bool GetStringValue(const std::string& name, std::string* value) const;
bool GetIntegerValue(const std::string& name, int* value) const;
+ bool GetListValue(const std::string& name, base::ListValue** value) const;
// Same as GetIntegerValue, but returns the error code associated with a
// log entry.