Home
last modified time | relevance | path

Searched defs:NotificationInfo (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1135 struct NotificationInfo { struct
1136 int total_count;
1137 std::string payload;
1139 NotificationInfo() : total_count(0) {} in NotificationInfo() argument
1141 ~NotificationInfo() {} in ~NotificationInfo()
1144 DictionaryValue* ToValue() const { in ToValue()