Searched defs:AutolaunchInfoBarDelegate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/startup/
H A Dautolaunch_prompt_win.cc32 // AutolaunchInfoBarDelegate --------------------------------------------------
37 class AutolaunchInfoBarDelegate : public ConfirmInfoBarDelegate { class in namespace:__anon5149
44 explicit AutolaunchInfoBarDelegate(Profile* profile);
45 virtual ~AutolaunchInfoBarDelegate();
65 base::WeakPtrFactory<AutolaunchInfoBarDelegate> weak_factory_;
67 DISALLOW_COPY_AND_ASSIGN(AutolaunchInfoBarDelegate);
71 void AutolaunchInfoBarDelegate::Create(InfoBarService* infobar_service,
75 new AutolaunchInfoBarDelegate(profile))));
78 AutolaunchInfoBarDelegate::AutolaunchInfoBarDelegate( function in class:__anon5149::AutolaunchInfoBarDelegate
[all...]

Completed in 507 milliseconds