| Index: chrome/browser/ui/passwords/password_ui_view.h
|
| diff --git a/chrome/browser/ui/passwords/password_ui_view.h b/chrome/browser/ui/passwords/password_ui_view.h
|
| index 5f70150797026dae747cbf0b5d34eb82baf6af50..5f4c4fae0b614ba5e2ca8d725d0fc9b75752a67e 100644
|
| --- a/chrome/browser/ui/passwords/password_ui_view.h
|
| +++ b/chrome/browser/ui/passwords/password_ui_view.h
|
| @@ -33,7 +33,7 @@ class PasswordUIView {
|
| // Reveals the password for the saved password entry.
|
| // |index| the index of the saved password entry.
|
| // |origin_url| the URL of the saved password entry; obtained via
|
| - // GetHumanReadableOrigin().
|
| + // CreateUrlCollectionFromForm().origin.
|
| // |username| the username of the saved password entry.
|
| // |password_value| the value of saved password entry at |index|.
|
| virtual void ShowPassword(size_t index,
|
|
|