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

Unified Diff: chrome/browser/ui/cocoa/tab_dialogs_views_mac.h

Issue 2808823002: MacViews: Allows the toolkit-views Manage Passwords Dialog to be used (Closed)
Patch Set: MacViews: Allows the toolkit-views Manage Passwords Dialog to be used (rebase) Created 3 years, 8 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/cocoa/tab_dialogs_views_mac.h
diff --git a/chrome/browser/ui/cocoa/tab_dialogs_views_mac.h b/chrome/browser/ui/cocoa/tab_dialogs_views_mac.h
index 980201bb64687191fa518af87a72ed0d8fffd39e..c887dec7b81fc9528cd72afa973e96ed1c034e50 100644
--- a/chrome/browser/ui/cocoa/tab_dialogs_views_mac.h
+++ b/chrome/browser/ui/cocoa/tab_dialogs_views_mac.h
@@ -20,6 +20,8 @@ class TabDialogsViewsMac : public TabDialogsCocoa {
Profile* profile,
const std::string& username,
std::unique_ptr<ui::ProfileSigninConfirmationDelegate> delegate) override;
+ void ShowManagePasswordsBubble(bool user_action) override;
+ void HideManagePasswordsBubble() override;
private:
DISALLOW_COPY_AND_ASSIGN(TabDialogsViewsMac);

Powered by Google App Engine
This is Rietveld 408576698