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

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

Issue 1297963002: Implemented showing update bubble pop-up on password overriding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments were addressed Created 5 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/passwords/manage_passwords_bubble_model.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
index 3d1e64d9b3d70541c15334df274babcf7335eb5e..f462e31201eaed1aa233030dbe06cd429a07d22c 100644
--- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
@@ -171,6 +171,7 @@ class ManagePasswordsBubbleModel : public content::WebContentsObserver {
// should point to an article. For the default title the range is empty.
gfx::Range title_brand_link_range_;
autofill::PasswordForm pending_password_;
+ bool password_overridden_;
ScopedVector<const autofill::PasswordForm> local_credentials_;
ScopedVector<const autofill::PasswordForm> federated_credentials_;
base::string16 manage_link_;

Powered by Google App Engine
This is Rietveld 408576698