Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dsynced_notification.cc632 std::string readStateString("Unread"); in LogNotification() local
634 readStateString = "Read"; in LogNotification()
636 readStateString = "Dismissed"; in LogNotification()
641 << " read state is " << readStateString; in LogNotification()