Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/background/
Dbackground_contents_service.cc94 class CrashNotificationDelegate : public NotificationDelegate { class
96 CrashNotificationDelegate(Profile* profile, in CrashNotificationDelegate() function in __anonb9c554e20111::CrashNotificationDelegate
152 virtual ~CrashNotificationDelegate() {} in ~CrashNotificationDelegate()
159 DISALLOW_COPY_AND_ASSIGN(CrashNotificationDelegate);
166 scoped_refptr<CrashNotificationDelegate> delegate, in NotificationImageReady()
215 make_scoped_refptr(new CrashNotificationDelegate(profile, extension)), in ShowBalloon()