Home
last modified time | relevance | path

Searched refs:xmpp_enabled (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
Dsync_file_system_internals_handler.cc128 bool xmpp_enabled = drive_notification_manager->push_notification_enabled(); in GetNotificationSource() local
129 std::string notification_source = xmpp_enabled ? "XMPP" : "Polling"; in GetNotificationSource()