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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_ui_controller.h

Issue 765073004: Adding skeleton code for showing Bubble, asking user to submit URL when Password Manager fails (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on master Created 6 years 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/passwords/manage_passwords_ui_controller.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
index 87c52dc6d2828e576e19cdd481db82ec70bd438e..faf3fb86b218aa3c4a4d930a50de53def560551b 100644
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
@@ -32,6 +32,11 @@ class ManagePasswordsUIController
public:
~ManagePasswordsUIController() override;
+ // Called when password manager failed to detect the form and user is a part
+ // of corresponding experiment. Triggers the UI to allow the user to
+ // report the |url|.
+ void OnAskToReportURL(const GURL& url);
+
// Called when the user submits a form containing login information, so we
// can handle later requests to save or blacklist that login information.
// This stores the provided object in form_manager_ and triggers the UI to

Powered by Google App Engine
This is Rietveld 408576698