Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profiles/
Dprofile.cc38 sent_destroyed_notification_(false), in Profile()
242 if (!sent_destroyed_notification_) { in MaybeSendDestroyedNotification()
243 sent_destroyed_notification_ = true; in MaybeSendDestroyedNotification()
Dprofile.h404 bool sent_destroyed_notification_; variable