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

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

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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_client.h
diff --git a/components/password_manager/core/browser/password_manager_client.h b/components/password_manager/core/browser/password_manager_client.h
index c2ffb4a1dbdc5052a75a2c456d8a57ef08606ae7..3e107522bd77411a1182dbd5ff13117af8a75296 100644
--- a/components/password_manager/core/browser/password_manager_client.h
+++ b/components/password_manager/core/browser/password_manager_client.h
@@ -89,7 +89,9 @@ class PasswordManagerClient {
// Returns the PasswordStore associated with this instance.
virtual PasswordStore* GetPasswordStore() = 0;
+ // DEPRECATED
// Returns the PasswordManagerDriver instance associated with this instance.
+ // TODO(estade): get rid of this.
vabr (Chromium) 2014/11/10 14:34:40 nit: Please also specify what to use instead, and
Evan Stade 2014/11/14 23:25:50 got rid of it
virtual PasswordManagerDriver* GetDriver() = 0;
// Returns the probability that the experiment identified by |experiment_name|

Powered by Google App Engine
This is Rietveld 408576698