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

Unified Diff: ios/chrome/browser/passwords/js_password_manager.h

Issue 2817943002: Fully deprecate core.js. Moved last method to error.js. (Closed)
Patch Set: Tweak language Created 3 years, 8 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/contextual_search/resources/contextualsearch.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/passwords/js_password_manager.h
diff --git a/ios/chrome/browser/passwords/js_password_manager.h b/ios/chrome/browser/passwords/js_password_manager.h
index 260ae2e3118bcb5d6c92a330803702efa7154448..ce736706315198faf6fc94a833b997a49f5dfb67 100644
--- a/ios/chrome/browser/passwords/js_password_manager.h
+++ b/ios/chrome/browser/passwords/js_password_manager.h
@@ -12,8 +12,8 @@
// Loads the JavaScript file, password_controller.js, which contains password
// form parsing and autofill functions. It will be evaluated on a page that
-// is known to have at least one password form (see hasPasswordForms in
-// core.js.) It returns contents of those password forms and also
+// is known to have at least one password form (see hasPasswordField_ in
+// password_controller.js) It returns contents of those password forms and also
// registers functions that are later used to autofill them.
@interface JsPasswordManager : CRWJSInjectionManager
« no previous file with comments | « no previous file | ios/chrome/browser/ui/contextual_search/resources/contextualsearch.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698