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

Unified Diff: chrome/browser/ui/views/tab_dialogs_views.h

Issue 2632123003: Revert of MacViews: Allow the toolkit-views Enterprise Signin Confirmation Dialog to be used (Closed)
Patch Set: 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/views/tab_dialogs_views.h
diff --git a/chrome/browser/ui/views/tab_dialogs_views.h b/chrome/browser/ui/views/tab_dialogs_views.h
index c1bc6fc487f4491d8de11660bbc932b47cfd5e75..83f4e473fdeb4e98cb95615cc4781d23cf1dde02 100644
--- a/chrome/browser/ui/views/tab_dialogs_views.h
+++ b/chrome/browser/ui/views/tab_dialogs_views.h
@@ -24,7 +24,7 @@
Browser* browser,
Profile* profile,
const std::string& username,
- std::unique_ptr<ui::ProfileSigninConfirmationDelegate> delegate) override;
+ ui::ProfileSigninConfirmationDelegate* delegate) override;
void ShowManagePasswordsBubble(bool user_action) override;
void HideManagePasswordsBubble() override;
base::WeakPtr<ValidationMessageBubble> ShowValidationMessage(

Powered by Google App Engine
This is Rietveld 408576698