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

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

Issue 2721663002: Move Credentials when migrating to HSTS page (Closed)
Patch Set: Code Deduplication Created 3 years, 9 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 1181d532760a4af2e0959bad47b88c772337f0a8..eb06afbba8c3672df3003ec7828222a378c4a08e 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -48,7 +48,8 @@ class ChromePasswordManagerClient
// PasswordManagerClient implementation.
bool IsSavingAndFillingEnabledForCurrentPage() const override;
bool IsFillingEnabledForCurrentPage() const override;
- bool IsHSTSActiveForHost(const GURL& origin) const override;
+ void PostHSTSQueryForHost(const GURL& origin,
+ const HSTSCallback& callback) 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