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

Unified Diff: components/password_manager/core/browser/password_manager_driver.h

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mem leak 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: components/password_manager/core/browser/password_manager_driver.h
diff --git a/components/password_manager/core/browser/password_manager_driver.h b/components/password_manager/core/browser/password_manager_driver.h
index 6e01c55a80c892a2ded956075f51026a1f600e94..9d5ca68a9449f698e481acc855fb65e9b4a9f5b1 100644
--- a/components/password_manager/core/browser/password_manager_driver.h
+++ b/components/password_manager/core/browser/password_manager_driver.h
@@ -34,13 +34,6 @@ class PasswordManagerDriver {
virtual void FillPasswordForm(
const autofill::PasswordFormFillData& form_data) = 0;
- // Returns whether any SSL certificate errors were encountered as a result of
- // the last page load.
- virtual bool DidLastPageLoadEncounterSSLErrors() = 0;
-
- // If this browsing session should not be persisted.
- virtual bool IsOffTheRecord() = 0;
-
// Informs the driver that |form| can be used for password generation.
virtual void AllowPasswordGenerationForForm(
const autofill::PasswordForm& form) = 0;

Powered by Google App Engine
This is Rietveld 408576698