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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.h

Issue 497233003: [Password Manager] Disable password manager for password website reauth (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments 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/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 4fbed6456314c0040b13d594b7530235b68bdb79..a672a067efbfe29dc49a8e75250720159bc4e0a9 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -138,6 +138,10 @@ class ChromePasswordManagerClient
// Google property.
bool LastLoadWasTransactionalReauthPage() const;
+ // Returns true if |url| is the reauth page for accessing the password
+ // website.
+ bool IsURLPasswordWebsiteReauth(GURL url) const;
Ilya Sherman 2014/08/26 01:46:08 nit: Pass by const-ref.
Garrett Casto 2014/08/26 18:27:57 Done.
+
// Sets |autofill_state_| based on experiment and flag values.
void SetUpAutofillSyncState();

Powered by Google App Engine
This is Rietveld 408576698