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

Unified Diff: chrome/browser/ui/cocoa/passwords/passwords_bubble_cocoa.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 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/passwords/passwords_bubble_cocoa.h
diff --git a/chrome/browser/ui/cocoa/passwords/passwords_bubble_cocoa.h b/chrome/browser/ui/cocoa/passwords/passwords_bubble_cocoa.h
index 7b98efdaf0816b955db41b3d0632561498d4dc6e..a957125ccc37b0135f51cdcfe16b58496a2479af 100644
--- a/chrome/browser/ui/cocoa/passwords/passwords_bubble_cocoa.h
+++ b/chrome/browser/ui/cocoa/passwords/passwords_bubble_cocoa.h
@@ -72,4 +72,10 @@ class ManagePasswordsBubbleCocoa {
DISALLOW_COPY_AND_ASSIGN(ManagePasswordsBubbleCocoa);
};
+// Helper to show a toolkit-views manage passwords bubble. Implemented in a
+// views-specific file.
+void ShowManagePasswordsBubbleOnCocoaBrowser(NSPoint anchor,
tapted 2017/04/11 07:48:58 It's a mouthful, but perhaps ShowViewsManage...
varkha 2017/04/12 01:57:28 Done.
+ content::WebContents* web_contents,
+ bool user_action);
+
#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_PASSWORDS_BUBBLE_COCOA_H_

Powered by Google App Engine
This is Rietveld 408576698