| Index: components/autofill/core/browser/autofill_driver.h
|
| diff --git a/components/autofill/core/browser/autofill_driver.h b/components/autofill/core/browser/autofill_driver.h
|
| index b690191ffd411a7c4b3fd0e4708bd641657ba4f8..368f1f47f812e192288a879634389a59616332d3 100644
|
| --- a/components/autofill/core/browser/autofill_driver.h
|
| +++ b/components/autofill/core/browser/autofill_driver.h
|
| @@ -89,6 +89,9 @@ class AutofillDriver {
|
| // Tells the renderer to preview the node with suggested text.
|
| virtual void RendererShouldPreviewFieldWithValue(
|
| const base::string16& value) = 0;
|
| +
|
| + // Informs the renderer that the popup has been hidden.
|
| + virtual void PopupHidden() = 0;
|
| };
|
|
|
| } // namespace autofill
|
|
|