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

Unified Diff: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h

Issue 440903002: Password "key" icon in the omnibox should be focusable. If the bubble is open then it automatically… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/passwords/manage_passwords_bubble_view.h
diff --git a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
index 6acad537c30cade0c50ac003af1081b893ed028d..17c93dd73a8e12139af326e2332bf51fc5a096a5 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
@@ -159,6 +159,9 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
// Closes any existing bubble.
static void CloseBubble();
+ // Makes the bubble foreground window.
Mike West 2014/08/05 16:41:55 Nit: "the foreground window"
vasilii 2014/08/06 09:14:01 Done.
+ static void ActivateBubble();
+
// Whether the bubble is currently showing.
static bool IsShowing();

Powered by Google App Engine
This is Rietveld 408576698