Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3868)

Unified Diff: chrome/browser/ui/tab_dialogs.h

Issue 2625813003: MacViews: Allow the toolkit-views Enterprise Signin Confirmation Dialog to be used (Closed)
Patch Set: Rebase (DID NOT LAND) Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/tab_dialogs.h
diff --git a/chrome/browser/ui/tab_dialogs.h b/chrome/browser/ui/tab_dialogs.h
index ca3fec18b70a93ecfadf407f5f90956e292ee1d5..41ac3c136ba381db71a74edae736bda604c5caab 100644
--- a/chrome/browser/ui/tab_dialogs.h
+++ b/chrome/browser/ui/tab_dialogs.h
@@ -59,7 +59,7 @@ class TabDialogs : public base::SupportsUserData::Data {
Browser* browser,
Profile* profile,
const std::string& username,
- ui::ProfileSigninConfirmationDelegate* delegate) = 0;
+ std::unique_ptr<ui::ProfileSigninConfirmationDelegate> delegate) = 0;
// Shows or hides the ManagePasswords bubble.
// Pass true for |user_action| if this is a user initiated action.

Powered by Google App Engine
This is Rietveld 408576698