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

Unified Diff: components/password_manager/core/browser/stub_password_manager_driver.cc

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
« no previous file with comments | « components/password_manager/core/browser/stub_password_manager_driver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/stub_password_manager_driver.cc
diff --git a/components/password_manager/core/browser/stub_password_manager_driver.cc b/components/password_manager/core/browser/stub_password_manager_driver.cc
index a883a84a5a67c99705d029088f4579f8d97c9b0a..9565582596ea566856fdc49b1d6d49098b4a904d 100644
--- a/components/password_manager/core/browser/stub_password_manager_driver.cc
+++ b/components/password_manager/core/browser/stub_password_manager_driver.cc
@@ -16,14 +16,6 @@ void StubPasswordManagerDriver::FillPasswordForm(
const autofill::PasswordFormFillData& form_data) {
}
-bool StubPasswordManagerDriver::DidLastPageLoadEncounterSSLErrors() {
- return false;
-}
-
-bool StubPasswordManagerDriver::IsOffTheRecord() {
- return false;
-}
-
void StubPasswordManagerDriver::AllowPasswordGenerationForForm(
const autofill::PasswordForm& form) {
}
« no previous file with comments | « components/password_manager/core/browser/stub_password_manager_driver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698