| 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 e3095c01522c724b6fb90e776a37eb9f5931008d..f8c679d1d0ba060eb8c1139edc13bbf477a603d9 100644
|
| --- a/chrome/browser/password_manager/chrome_password_manager_client.h
|
| +++ b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| @@ -102,10 +102,6 @@ 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();
|
| -
|
| static void BindCredentialManager(
|
| content::RenderFrameHost* render_frame_host,
|
| password_manager::mojom::CredentialManagerRequest request);
|
|
|