| Index: chrome/renderer/autofill/autofill_agent.h
|
| diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h
|
| index 2d37bd0b9fecaeafc5a39e30cdb9f979e98eb5ea..d638c62fd5284743abc53ee0495500f02451df5b 100644
|
| --- a/chrome/renderer/autofill/autofill_agent.h
|
| +++ b/chrome/renderer/autofill/autofill_agent.h
|
| @@ -170,7 +170,7 @@ class AutofillAgent : public content::RenderViewObserver,
|
| // Set |node| to display the given |value|.
|
| void SetNodeText(const string16& value, WebKit::WebInputElement* node);
|
|
|
| - // Hides any currently showing Autofill popups.
|
| + // Hides any currently showing Autofill popups in the renderer or browser.
|
| void HidePopups();
|
|
|
| FormCache form_cache_;
|
|
|