Index: chrome/browser/password_manager/chrome_password_manager_client.h |
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h |
index b4bae5b3c7464f1ce80956bfb1528f3aaeea0b7c..0d04b6f2f96e5ebfa743758f5725040841652fa3 100644 |
--- a/chrome/browser/password_manager/chrome_password_manager_client.h |
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h |
@@ -77,6 +77,10 @@ class ChromePasswordManagerClient |
// Observer for PasswordGenerationPopup events. Used for testing. |
void SetTestObserver(autofill::PasswordGenerationPopupObserver* observer); |
+ // Returns true if the bubble UI is enabled, and false if we're still using |
+ // the sad old Infobar UI. |
+ static bool IsTheHotNewBubbleUIEnabled(); |
+ |
private: |
ChromePasswordManagerClient(content::WebContents* web_contents, |
autofill::AutofillClient* autofill_client); |