summaryrefslogtreecommitdiffstats
path: root/net/base/force_tls_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/force_tls_state.cc')
-rw-r--r--net/base/force_tls_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/force_tls_state.cc b/net/base/force_tls_state.cc
index f92015a..eca45a7 100644
--- a/net/base/force_tls_state.cc
+++ b/net/base/force_tls_state.cc
@@ -220,7 +220,7 @@ bool ForceTLSState::Deserialise(const std::string& input) {
enabled_hosts_[host] = new_state;
}
- return enabled_hosts_.size();
+ return enabled_hosts_.size() > 0;
}
void ForceTLSState::DirtyNotify() {