Home | History | Annotate | Download | only in invalidation

Lines Matching defs:notifier_options

17   notifier::NotifierOptions notifier_options;
20 notifier_options.xmpp_host_port =
24 DVLOG(1) << "Using " << notifier_options.xmpp_host_port.ToString()
28 notifier_options.try_ssltcp_first =
30 DVLOG_IF(1, notifier_options.try_ssltcp_first)
33 notifier_options.invalidate_xmpp_login =
35 DVLOG_IF(1, notifier_options.invalidate_xmpp_login)
38 notifier_options.allow_insecure_connection =
40 DVLOG_IF(1, notifier_options.allow_insecure_connection)
43 return notifier_options;