Index: net/log/test_net_log_entry.h |
diff --git a/net/log/test_net_log_entry.h b/net/log/test_net_log_entry.h |
index a3c6a2ad1ee1a4dc3accbec1d48ae6d7906dd47d..a13297a752c0c7d42da311b64fe8c4928d221550 100644 |
--- a/net/log/test_net_log_entry.h |
+++ b/net/log/test_net_log_entry.h |
@@ -47,6 +47,7 @@ struct TestNetLogEntry { |
// modify |value| on failure. |
bool GetStringValue(const std::string& name, std::string* value) const; |
bool GetIntegerValue(const std::string& name, int* value) const; |
+ bool GetBooleanValue(const std::string& name, bool* value) const; |
bool GetListValue(const std::string& name, base::ListValue** value) const; |
// Same as GetIntegerValue, but returns the error code associated with a |