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

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

Issue 2673053002: Obsolete HTTP Cleaner (Closed)
Patch Set: Created 3 years, 10 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 67a98b136ee7200bf73da1c67b151c5fbeb94e1f..dcf4b6274affc3c9e3bf5a58ed12a2c86530b576 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -49,6 +49,7 @@ class ChromePasswordManagerClient
bool IsAutomaticPasswordSavingEnabled() const override;
bool IsSavingAndFillingEnabledForCurrentPage() const override;
bool IsFillingEnabledForCurrentPage() const override;
+ bool IsHSTSActiveForOrigin(const GURL& origin) const override;
bool OnCredentialManagerUsed() override;
bool PromptUserToSaveOrUpdatePassword(
std::unique_ptr<password_manager::PasswordFormManager> form_to_save,

Powered by Google App Engine
This is Rietveld 408576698