| Index: chrome/browser/ui/passwords/passwords_model_delegate.h
|
| diff --git a/chrome/browser/ui/passwords/passwords_model_delegate.h b/chrome/browser/ui/passwords/passwords_model_delegate.h
|
| index 123387f7426caabaf1ddf37eee2593ed3363e640..b07d71881d06d604112208d405a1e6ba9c1e90e8 100644
|
| --- a/chrome/browser/ui/passwords/passwords_model_delegate.h
|
| +++ b/chrome/browser/ui/passwords/passwords_model_delegate.h
|
| @@ -26,7 +26,7 @@ class GURL;
|
| // and notify about user actions.
|
| class PasswordsModelDelegate {
|
| public:
|
| - // Returns the origin of the current page.
|
| + // Returns the URL of the site the current forms are retrieved for.
|
| virtual const GURL& GetOrigin() const = 0;
|
|
|
| // Returns the current tab state.
|
|
|